1. Fire lookup event in the JDialog forums.netbeans.orgHello I have JDialog that do some actions. After some actions I should updated a few top components. How I can do It with lookup? I've seen examples only for topcomponent to topcommponent interaction with lookup in the tutorial. Best regards |
2. JDialog not listening to events coderanch.comHi In my application we are creating a custom dialog which is having help option . When user click on that help a new non model dialog will get poped up which will explain all the option available in parent dialog . Now problem is that new help dialog is not listening to any event even close (X) button is not ... |
3. Stop action event in JDialog java-forums.orgHello, I have a poblem with stoppping an action event in a JDialog. The dialog has a panel and the panel has two buttons. When the first button is clicked and an event was performed, I want to cancel the event of that button by pressing the second button. The problem is I cannot clicked the second button while the event ... |