Results 1 to 2 of 2
Thread: calling another class in popup
- 06-07-2010, 12:32 PM #1
Member
- Join Date
- May 2010
- Posts
- 15
- Rep Power
- 0
calling another class in popup
Hi all.
I am trying to create a popup.
the popup should contain some stuff I made in another class.
So I have an :
adminbox.java
and an
usrpopup.java file.
the usrpopup file has it's own code to run, and that works fine.. but what I need is to call the usrpopup from adminbox and display usrpopup in a popup window..
I created:
but right now I am unsure how to proceed..Java Code:private void btnCreateUserMouseReleased(java.awt.event.MouseEvent evt) { }
Appreciate any help!
- 06-07-2010, 01:19 PM #2
Similar Threads
-
Calling on a class
By gandalf5166 in forum New To JavaReplies: 12Last Post: 03-24-2010, 10:58 PM -
Child-Class Calling a Method in a Parent-Class
By Blah_ in forum New To JavaReplies: 5Last Post: 09-29-2009, 02:48 AM -
Calling a class method from another class
By caro in forum New To JavaReplies: 4Last Post: 06-10-2009, 01:12 AM -
problem calling function from class to class
By alin_ms in forum New To JavaReplies: 3Last Post: 12-19-2008, 07:35 PM -
Calling a method on original class from created class
By kpedersen in forum Advanced JavaReplies: 4Last Post: 08-20-2008, 12:25 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks