Hey guys,

I have:

submitButton.addActionListener(new ActionListener() {
			@Override
			public void actionPerformed(ActionEvent e) {
				System.out.println("Hello World!");
			}
		});

in a class that extends JDialog but it doesn't work. How can I get an action listener working in a JDialog?

Thanks PO

hmmm how many post, my magic ball is tired, no idea how - where - why, only/maybe if you shows that

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.