• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

jPanel switch in Netbeans

 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey,
I'm new to Netbeans and am trying to create a UI which will display different jPanels depending on a button selection. I've been playing with making one visible and one not, which partially works. I can make one of the jPanels disappear/re-appear but not the other jPanel which has identicle settings. Any idea's...

Also as i guess this is pretty basic stuff are there any decent tutorials on creating GUI's in Netbeans, as would much prefer to do it that way then bug people on forums.

Cheers
 
reply
    Bookmark Topic Watch Topic
  • New Topic