Results 1 to 1 of 1
- 07-21-2010, 09:02 AM #1
Member
- Join Date
- Feb 2010
- Posts
- 80
- Rep Power
- 0
[HELP] cannot create instance of jdialog???
hi! i'm using netbeans to create a project
my Form LibSys contains the following:
->mainPanel (contains some controls)
->menuBar
- fileMenu
- jMenuItem1
- exitMenuItem
-helpMenu
->login_dialog
when the user clicks on jMenuItem1, he's led into method jMenuItem1ActionPerformed..inside this method, the program should show the login_dialog that will do something..
i tried this:
login_dialog log = new login_dialog();
..but it says it cannot find login_dialog in LibSysView
how do i solve this? please help..
Similar Threads
-
Find instance that owns instance?
By Addez in forum New To JavaReplies: 2Last Post: 04-04-2010, 03:36 PM -
create new instance of variable class
By Fedor in forum New To JavaReplies: 5Last Post: 04-12-2009, 08:13 PM -
create Instance of class in Javascript
By TDMaster in forum JavaServer Pages (JSP) and JSTLReplies: 1Last Post: 03-09-2009, 04:26 PM -
Create different instance of a tablemodel
By Bill in forum AWT / SwingReplies: 6Last Post: 03-27-2008, 03:49 PM -
help with jdialog
By leonard in forum AWT / SwingReplies: 1Last Post: 08-05-2007, 05:37 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks