Constructor « Dialog « Java Swing Q&A





2. Simple Jdialog constructor doesn't work    forums.oracle.com

I 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 ...