I've been working on my Windows Java app for several years using NetBeans 7
& later. All my dialogs use Swing components from the visual designer. Now,
after switching to 11, I constructed a new dialog and discovered certain
things weren't available, e.g., setInputVerifier(). When I dug in a bit it
seems to be because before I was able to select text boxes etc. from Swing,
whereas now components like text boxes are available only under AWT. How can
I get the Swing components back on the Palette?

 

Ed

Reply via email to