Hi all,
I was wondering if anyone could help me on using NetBeans....
I just need one piece of advice.
Here's the problem:
When I create a new Java Desktop App I can manage to "call" another Frame Form class from the skeleton class that is created. But when I create another class and edit it's design using the Swing gui editor, I cannot instanciate the class from any other one...
For example if i do this:
new JFrame();
I don't know wether the class is instanciated or not because I don't get any visual feedback from the application ( the JFrame doesn't appear...).
maybe this is a stupid question with a very simple answer... But i really need to figure this out..
Thank you in advance.
Edit:
To clarify: JFrame
is my own class.