View Single Post
  #3 (permalink)  
Old 07-25-2007, 09:01 PM
bdn1404 bdn1404 is offline
Member
 
Join Date: Jul 2007
Posts: 2
bdn1404 is on a distinguished road
I have tried that as well. It seems that my frame is not changing anything at runtime. I have tried repainting it, but nothing will change unless I get an event involved.

When I used a button click event as a test, I was able to use the same jPanel1 that I created in Netbeans, because of the nonstatic context. However, when I try to do the same in a main, I have to create an instance which isn't changing.
Reply With Quote