|
-
Jul 23rd, 2003, 02:14 PM
#1
Thread Starter
New Member
closing windows and calling default constructors
here is the plan:
a window opens, u can choose an option, a new window opens, u can write stuff in this window(this window as two buttons to save and cancel), if save is clicked then the data is saved if it has to be canceled it should return to the previous window(or simply the close the window where we can type data without saving)
it some thinking like this:
class C's methods has to access the default const of class A,
class c cannot inherit it is already inhering one.
i tried to make an object of class A but it simply doesnt work...the program gets wiered..
i just want to close the window
using JFRAME, container C,
actually class C is extends JFrame.
thanks for all the help
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|