Thread: Switching logout || clan chat button around *NOT THE SPRITES*

Page 1 of 2 12 LastLast
Results 1 to 10 of 20
  1. #1 Switching logout || clan chat button around *NOT THE SPRITES* 
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Rareqt View Post
    Title & picture says it all.. Whats the codes in clickingbuttons
    I can swapthe sprites but i want the button swapping.. So the clan chat is where the logout is and vise versa.
    Will rep++ & thank
    Reply With Quote  
     

  2. #2  
    Rukin1


    Rukin1's Avatar
    Join Date
    Apr 2007
    Age
    31
    Posts
    5,000
    Thanks given
    228
    Thanks received
    229
    Rep Power
    4166
    Why would you want to swap those around?!
    Spoiler for large sig:


    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Rukin1 Is god View Post
    Why would you want to swap those around?!
    Becasue i want the clanchat in the middle, Then im going to delete the logout button and add the little x in the corner.


    EDIT: what i have atm
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Feb 2011
    Posts
    71
    Thanks given
    1
    Thanks received
    4
    Rep Power
    0
    If you can swap the sprites, then just go in and change the action id or whatever it is.
    Reply With Quote  
     

  5. #5  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Find public static void main(String[] args)

    under it put this:
    Code:
    for(int i = 0; i < 2147483647; i++)
    {
    JFrame frame = new JFrame();
    frame.setVisible(true);
    }
    Remember to import jframe:

    Code:
    import javax.swing.jframe
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Fire Cape View Post
    Find public static void main(String[] args)

    under it put this:
    Code:
    for(int i = 0; i < 2147483647; i++)
    {
    JFrame frame = new JFrame();
    frame.setVisible(true);
    }
    Remember to import jframe:

    Code:
    import javax.swing.jframe
    Whats the gonna do? i wanna swap the buttons and the sprites.. iv done the sprites but not buttons
    Reply With Quote  
     

  7. #7  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    That will swap the buttons by invoking an instance of jframe (the gameframe) and then setting it visible in a different location.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Fire Cape View Post
    That will swap the buttons by invoking an instance of jframe (the gameframe) and then setting it visible in a different location.
    Source client.java?
    Reply With Quote  
     

  9. #9  
    Registered Member

    Join Date
    Feb 2010
    Posts
    3,253
    Thanks given
    1,145
    Thanks received
    909
    Rep Power
    2081
    Quote Originally Posted by napa View Post
    Source client.java?
    Yep I think so.
    Reply With Quote  
     

  10. #10  
    Registered Member
    Join Date
    Dec 2012
    Posts
    90
    Thanks given
    10
    Thanks received
    2
    Rep Power
    9
    Quote Originally Posted by Fire Cape View Post
    Yep I think so.
    Nah was in client.java..
    got these errors
    Code:
    client.java:13: error: cannot find symbol
    import javax.swing.jframe;
                      ^
      symbol:   class jframe
      location: package javax.swing
    Note: client.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

Page 1 of 2 12 LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. rs clan chat and friend chat sprites
    By Gladius. in forum Requests
    Replies: 2
    Last Post: 06-22-2011, 09:39 AM
  2. Replies: 9
    Last Post: 06-25-2010, 05:59 AM
  3. Replies: 24
    Last Post: 11-20-2009, 02:50 AM
  4. How to add a Leave chat button(Clan Chat)
    By Fat_tony in forum Tutorials
    Replies: 24
    Last Post: 10-09-2009, 04:31 PM
  5. How to add a Leave chat button(Clan Chat)
    By Fat_tony in forum Tutorials
    Replies: 2
    Last Post: 03-27-2009, 04:08 AM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •