I'm new to Java programming, I wanna develop small software for cell phones (Nokia Asha 200 at first). At first the Palette had some items, but as I downloaded Swing components, nothing is showing anymore. I already tried many solutions proposed over the net, but most of them are for Linux systems, and I'm using Windows XP. Nothing worked. The palette remains empty, although the menu Tools|Palette says it should have a lot of stuff (like Swing, AWT, Beans, etc). Someone said somewhere to right-click on the palette and choose "order by...", but right-clicking doesn't show any menu. Any help will be very appreciated. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
JPanel) is fine. Open the form in design view. The palette should now have some content (as it is context sensitive). If that fails, try uninstall and re-installing netbeans – MadProgrammer Dec 3 '12 at 3:52javax.swing.*(just to be sure). If the Swing package didn't exist, Netbeans wouldn't be running – MadProgrammer Dec 3 '12 at 4:32