CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2012
    Posts
    9

    Rename a JFrame's Form

    Since a new class name for the corresponding java class of a java form will lead to a crash,
    what is the better way to change the name of a java form?
    I don't want to do it again because a lot of efforts have been made on formatting the form
    Any help please?
    Thanks
    Jack

  2. #2
    Join Date
    May 2006
    Location
    UK
    Posts
    4,473

    Re: Rename a JFrame's Form

    I've no idea what you mean. Can you explain your problem in more detail.
    Posting code? Use code tags like this: [code]...Your code here...[/code]
    Click here for examples of Java Code

  3. #3
    Join Date
    May 2012
    Posts
    9

    Re: Rename a JFrame's Form

    http://imageshack.us/photo/my-images/4/help2d.jpg/

    If I rename NewJFrame.form to something else, the whole thing will collapse, won't it?
    Thanks
    Jack

  4. #4
    Join Date
    Mar 2010
    Posts
    16

    Re: Rename a JFrame's Form

    Probably an IDE related question. Refactor -> Rename...

    db

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

Featured