1. Instantiating a JDialog in constructor - won't execute other lines.. coderanch.com |
2. Simple Jdialog constructor doesn't work forums.oracle.comI want to make AddItem class to help Auction class when user puts an item to auction. It is (should be) a modal dialog with two textFields for input, two buttons and few panels to hold them. I know I could do this by just instantiating a new dialod in Auction class, but I thought it'd be nice to have special ... |