Results 1 to 3 of 3

Thread: closing windows and calling default constructors

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    9

    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

  2. #2

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2003
    Posts
    9
    Originally posted by Dilenger4
    Post the code in and i will get it to work.
    i PMed it to you

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width