jQuery in Action, 2nd edition
The moose likes IDEs, Version Control and other tools and the fly likes netbeans gui Jframe, how to call it? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » IDEs, Version Control and other tools
Reply Bookmark "netbeans gui Jframe, how to call it?" Watch "netbeans gui Jframe, how to call it?" New topic
Author

netbeans gui Jframe, how to call it?

Jay Orsaw
Ranch Hand

Joined: Jun 14, 2011
Posts: 354

So I have a JFrame class setup in Netbeans and I want to know how do I call it? I technically could just throw a panel into it and put all my components in it, name it and do w.e, but I figured that might be avoidable? I've tried JFrame. I've tried the actual path since the class "extends javax.swing.JFrame." but no go...
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: netbeans gui Jframe, how to call it?
 
Similar Threads
How to call a JInternalFrame form from an outside JFrame form?
display image in jpanel
class extending another class in same directory
JFrame extending a class
OrderBy