1. Java - AWT / Swing - handling the Event Dispatcher Thread stackoverflow.comI have a question about the 'Event Descriptor Thread'. I have a Main class that is also a JFrame. It initialises the rest of the components in the code, some of ... |
2. Wait on AWT Event Dispatcher Thread Thread with Multi-Threading stackoverflow.comIs there a way to block the execution on the EDT, with still having a vivid gui? I noticed that JDialog/JOptionPane has something similar, when calling setVisible(true). Why would i need ... |
3. Swing JComponent.setEnabled() has no effect from event dispatcher thread stackoverflow.comWith the Netbeans I have created a desktop application with the wizard. Than I have added / want to add database functionality with jdbc "manually". Right now I have a class, which should ... |