Thread: Adding fullscreen/resizable to Eliminate's v0.6

Page 1 of 4 123 ... LastLast
Results 1 to 10 of 32
  1. #1 Adding fullscreen/resizable to Eliminate's v0.6 
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    It wouldn't even let me post 1/4 of the tutorial. I've created a new thread and reserved the first few posts. This can be deleted lol, sorry for creating so many threads.

    Updated: http://www.rune-server.org/runescape...ml#post4505747
     

  2. Thankful users:


  3. #2  
    Registered Member
    Dogreen's Avatar
    Join Date
    Jan 2014
    Posts
    600
    Thanks given
    55
    Thanks received
    142
    Rep Power
    105
    Once again, good job and thanks for sharing it.
     

  4. #3  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    So far, the tab and chat area are complete. Please note that the images used are just the same as the before (fixed version). I will be replacing the images and therefore slightly changing the code.

    Spoiler for Image:


     

  5. #4  
    Donator
    tato's Avatar
    Join Date
    Feb 2014
    Posts
    54
    Thanks given
    2
    Thanks received
    5
    Rep Power
    13
    great job, thanks for sharing this.
    Spoiler for people i respect:
    noone ur all fgts


    Attached image
     

  6. #5  
    Banned
    Join Date
    Jul 2013
    Posts
    383
    Thanks given
    108
    Thanks received
    25
    Rep Power
    0
    People are selling it for $20 - $40. Good job!

    The people who selling full-screen & resizable gets mad now lol.

    I'm going to use this TabArea for resizable and full-screen:

     

  7. #6  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Quote Originally Posted by Issh View Post
    People are selling it for $20 - $40. Good job!

    The people who selling full-screen & resizable gets mad now lol.
    Derekh

    lmaooo, it's stupid, people copying code and selling it lel
     

  8. #7  
    Registered Member
    thim slug's Avatar
    Join Date
    Nov 2010
    Age
    28
    Posts
    4,132
    Thanks given
    1,077
    Thanks received
    1,137
    Rep Power
    5000
    Quote Originally Posted by Issh View Post
    People are selling it for $20 - $40. Good job!

    The people who selling full-screen & resizable gets mad now lol.

    I'm going to use this TabArea for resizable and full-screen:

    Yes, I will be using that image once I do the gameframe properly but for now it's okay.
     

  9. #8  
    Extreme Donator

    Jilic-Matt's Avatar
    Join Date
    May 2011
    Age
    29
    Posts
    1,612
    Thanks given
    799
    Thanks received
    494
    Rep Power
    540
    Quote Originally Posted by Samuel View Post
    Yes, I will be using that image once I do the gameframe properly but for now it's okay.
    Make sure the tabs re-align at an appropriate width

    Spoiler for example:
    [][][][][][][][][][][][][][]

    [][][][][][]
    [][][][][][]


    But yeh nice job on the tutorial, that is alot to explain in a thread.
     

  10. #9  
    Registered Member
    Join Date
    Apr 2014
    Posts
    226
    Thanks given
    97
    Thanks received
    10
    Rep Power
    0
    Errors in client class, the errors: currentWidth , drawSideIcons, Toolkit, method65, currentHeight, and frame.

    Error in Jframe class, the error: displayType



    Code:
                    Texture.method365(screenFixed ? 765 : currentWidth, screenFixed
    ? 503 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2258: error: cannot find symbol
                    Texture.method365(screenFixed ? 516 : currentWidth, screenFixed
    ? 165 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2258: error: cannot find symbol
                    Texture.method365(screenFixed ? 516 : currentWidth, screenFixed
    ? 165 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2260: error: cannot find symbol
                    Texture.method365(screenFixed ? 250 : currentWidth, screenFixed
    ? 335 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2260: error: cannot find symbol
                    Texture.method365(screenFixed ? 250 : currentWidth, screenFixed
    ? 335 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2262: error: cannot find symbol
                    Texture.method365(screenFixed ? 512 : currentWidth, screenFixed
    ? 334 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2262: error: cannot find symbol
                    Texture.method365(screenFixed ? 512 : currentWidth, screenFixed
    ? 334 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2271: error: cannot find symbol
                    WorldController.method310(500, 800, screenFixed ? 512 : currentW
    idth, screenFixed ? 334 : currentHeight, ai);
                                                                            ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2271: error: cannot find symbol
                    WorldController.method310(500, 800, screenFixed ? 512 : currentW
    idth, screenFixed ? 334 : currentHeight, ai);
    
                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2272: error: cannot find symbol
                    aRSImageProducer_1165 = new RSImageProducer(currentWidth, curren
    tHeight, getGameComponent());//gamescreen
                                                                ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2272: error: cannot find symbol
                    aRSImageProducer_1165 = new RSImageProducer(currentWidth, curren
    tHeight, getGameComponent());//gamescreen
                                                                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:5943: error: cannot find symbol
                    final int yOffset = screenFixed ? 0 : currentHeight - 503;
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:5944: error: cannot find symbol
                    final int xOffset = screenFixed ? 0 : currentWidth - 765;
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6002: error: cannot find symbol
                    if (mouseY >= currentHeight - 22 && mouseY <= currentHeight) {
                                  ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6002: error: cannot find symbol
                    if (mouseY >= currentHeight - 22 && mouseY <= currentHeight) {
                                                                  ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6072: error: cannot find symbol
                            if (super.mouseX > 0 && super.mouseY > 0 && super.mouseX
     < currentWidth && super.mouseY < currentHeight) {
    
       ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6072: error: cannot find symbol
                            if (super.mouseX > 0 && super.mouseY > 0 && super.mouseX
     < currentWidth && super.mouseY < currentHeight) {
    
                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6073: error: cannot find symbol
                                    if (super.mouseX <= 519 && super.mouseY >= curre
    ntHeight - 165) {
                                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6076: error: cannot find symbol
                                    if (super.mouseX >= currentWidth - 249 && super.
    mouseY >= currentHeight - 335) {
                                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6076: error: cannot find symbol
                                    if (super.mouseX >= currentWidth - 249 && super.
    mouseY >= currentHeight - 335) {
    
              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6110: error: cannot find symbol
                    final int yOffset = screenFixed ? 0 : currentHeight - 503;
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6111: error: cannot find symbol
                    final int xOffset = screenFixed ? 0 : currentWidth - 765;
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6129: error: cannot find symbol
                    if(super.mouseX > 0 && super.mouseY > currentHeight - 165 && sup
    er.mouseX < 490 && super.mouseY < currentHeight - 44) {
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6129: error: cannot find symbol
                    if(super.mouseX > 0 && super.mouseY > currentHeight - 165 && sup
    er.mouseX < 490 && super.mouseY < currentHeight - 44) {
    
                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6131: error: cannot find symbol
                                    buildInterfaceMenu(20, RSInterface.interfaceCach
    e[backDialogID], super.mouseX, currentHeight - 165, super.mouseY, 0);
    
                                   ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6132: error: cannot find symbol
                            } else if(super.mouseY < currentHeight - 44 && super.mou
    *** < 490) {
                                                     ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6133: error: cannot find symbol
                                    buildChatAreaMenu(super.mouseY - (currentHeight
    - 165));
                                                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6145: error: cannot find symbol
                    if(super.mouseX > 5 && super.mouseY > currentHeight - 22 && supe
    r.mouseX < 516 && super.mouseY < currentHeight) {
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6145: error: cannot find symbol
                    if(super.mouseX > 5 && super.mouseY > currentHeight - 22 && supe
    r.mouseX < 516 && super.mouseY < currentHeight) {
    
                                     ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:7857: error: method method65 in class Client cannot be applied t
    o given types;
                                    method65(494, 110, super.mouseX, super.mouseY -
    (screenFixed ? 345 : displayType.getHeight() - 158), aClass9_1059, 0, anInt1211)
    ;
                                    ^
      required: int,int,int,int,RSInterface,int,boolean,int
      found: int,int,int,int,RSInterface,int,int
      reason: actual and formal argument lists differ in length
    src\Client.java:8834: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8834: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8835: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[anInt1018], screenFixed ? 0 : (currentHeight / 2)
    - 167);
                                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8835: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[anInt1018], screenFixed ? 0 : (currentHeight / 2)
    - 167);
    
                                                                 ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8846: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8846: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8847: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[openInterfaceID], screenFixed ? 0 : (currentHeight
     / 2) - 167);
                                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8847: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[openInterfaceID], screenFixed ? 0 : (currentHeight
     / 2) - 167);
    
                                                                       ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8859: error: cannot find symbol
                            multiOverlay.drawSprite(currentWidth - 260, 6);
                                                    ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9007: error: cannot find symbol
                    if(super.saveClickX > 0 && super.saveClickY > 0 && super.saveCli
    ckX < currentWidth && super.saveClickY < currentHeight) {
    
          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9007: error: cannot find symbol
                    if(super.saveClickX > 0 && super.saveClickY > 0 && super.saveCli
    ckX < currentWidth && super.saveClickY < currentHeight) {
    
                                             ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:9009: error: cannot find symbol
                            if(xClick + boxLength > currentWidth - 4) {
                                                    ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9010: error: cannot find symbol
                                    xClick = (currentWidth - 4) - boxLength;
                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9016: error: cannot find symbol
                            if(yClick + offset > currentHeight - 6) {
                                                 ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:9017: error: cannot find symbol
                                    yClick = (currentHeight - 6) - offset;
                                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Jframe.java:42: error: displayType has private access in Client
                            gamePanel.setPreferredSize(new Dimension(Client.screenFi
    xed ? 765 : Client.displayType.getWidth(), Client.screenFixed ? 503 : Client.dis
    playType.getHeight()));
    
                      ^
    src\Jframe.java:42: error: displayType has private access in Client
                            gamePanel.setPreferredSize(new Dimension(Client.screenFi
    xed ? 765 : Client.displayType.getWidth(), Client.screenFixed ? 503 : Client.dis
    playType.getHeight()));
    
                                                                                ^
    src\Jframe.java:46: error: displayType has private access in Client
                            frame.setResizable(Client.displayType.equals(DisplayType
    .RESIZABLE)); // resizeable frame
                                                     ^
    Note: src\Class36.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    64 errors
    Press any key to continue . . .

    I am going to use those:

    Full-screen mapback:



    Full-screen inventory:



    Full-screen resizable TabArea:



    Full-screen TabArea:

     

  11. #10  
    Rune-Server Affiliate

    Join Date
    Apr 2014
    Posts
    1,761
    Thanks given
    75
    Thanks received
    714
    Rep Power
    1073
    Quote Originally Posted by Rsed View Post
    Code:
                    Texture.method365(screenFixed ? 765 : currentWidth, screenFixed
    ? 503 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2258: error: cannot find symbol
                    Texture.method365(screenFixed ? 516 : currentWidth, screenFixed
    ? 165 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2258: error: cannot find symbol
                    Texture.method365(screenFixed ? 516 : currentWidth, screenFixed
    ? 165 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2260: error: cannot find symbol
                    Texture.method365(screenFixed ? 250 : currentWidth, screenFixed
    ? 335 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2260: error: cannot find symbol
                    Texture.method365(screenFixed ? 250 : currentWidth, screenFixed
    ? 335 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2262: error: cannot find symbol
                    Texture.method365(screenFixed ? 512 : currentWidth, screenFixed
    ? 334 : currentHeight);
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2262: error: cannot find symbol
                    Texture.method365(screenFixed ? 512 : currentWidth, screenFixed
    ? 334 : currentHeight);
    
            ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2271: error: cannot find symbol
                    WorldController.method310(500, 800, screenFixed ? 512 : currentW
    idth, screenFixed ? 334 : currentHeight, ai);
                                                                            ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2271: error: cannot find symbol
                    WorldController.method310(500, 800, screenFixed ? 512 : currentW
    idth, screenFixed ? 334 : currentHeight, ai);
    
                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:2272: error: cannot find symbol
                    aRSImageProducer_1165 = new RSImageProducer(currentWidth, curren
    tHeight, getGameComponent());//gamescreen
                                                                ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:2272: error: cannot find symbol
                    aRSImageProducer_1165 = new RSImageProducer(currentWidth, curren
    tHeight, getGameComponent());//gamescreen
                                                                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:5943: error: cannot find symbol
                    final int yOffset = screenFixed ? 0 : currentHeight - 503;
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:5944: error: cannot find symbol
                    final int xOffset = screenFixed ? 0 : currentWidth - 765;
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6002: error: cannot find symbol
                    if (mouseY >= currentHeight - 22 && mouseY <= currentHeight) {
                                  ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6002: error: cannot find symbol
                    if (mouseY >= currentHeight - 22 && mouseY <= currentHeight) {
                                                                  ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6072: error: cannot find symbol
                            if (super.mouseX > 0 && super.mouseY > 0 && super.mouseX
     < currentWidth && super.mouseY < currentHeight) {
    
       ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6072: error: cannot find symbol
                            if (super.mouseX > 0 && super.mouseY > 0 && super.mouseX
     < currentWidth && super.mouseY < currentHeight) {
    
                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6073: error: cannot find symbol
                                    if (super.mouseX <= 519 && super.mouseY >= curre
    ntHeight - 165) {
                                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6076: error: cannot find symbol
                                    if (super.mouseX >= currentWidth - 249 && super.
    mouseY >= currentHeight - 335) {
                                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6076: error: cannot find symbol
                                    if (super.mouseX >= currentWidth - 249 && super.
    mouseY >= currentHeight - 335) {
    
              ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6110: error: cannot find symbol
                    final int yOffset = screenFixed ? 0 : currentHeight - 503;
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6111: error: cannot find symbol
                    final int xOffset = screenFixed ? 0 : currentWidth - 765;
                                                          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:6129: error: cannot find symbol
                    if(super.mouseX > 0 && super.mouseY > currentHeight - 165 && sup
    er.mouseX < 490 && super.mouseY < currentHeight - 44) {
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6129: error: cannot find symbol
                    if(super.mouseX > 0 && super.mouseY > currentHeight - 165 && sup
    er.mouseX < 490 && super.mouseY < currentHeight - 44) {
    
                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6131: error: cannot find symbol
                                    buildInterfaceMenu(20, RSInterface.interfaceCach
    e[backDialogID], super.mouseX, currentHeight - 165, super.mouseY, 0);
    
                                   ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6132: error: cannot find symbol
                            } else if(super.mouseY < currentHeight - 44 && super.mou
    *** < 490) {
                                                     ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6133: error: cannot find symbol
                                    buildChatAreaMenu(super.mouseY - (currentHeight
    - 165));
                                                                      ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6145: error: cannot find symbol
                    if(super.mouseX > 5 && super.mouseY > currentHeight - 22 && supe
    r.mouseX < 516 && super.mouseY < currentHeight) {
                                                          ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:6145: error: cannot find symbol
                    if(super.mouseX > 5 && super.mouseY > currentHeight - 22 && supe
    r.mouseX < 516 && super.mouseY < currentHeight) {
    
                                     ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:7857: error: method method65 in class Client cannot be applied t
    o given types;
                                    method65(494, 110, super.mouseX, super.mouseY -
    (screenFixed ? 345 : displayType.getHeight() - 158), aClass9_1059, 0, anInt1211)
    ;
                                    ^
      required: int,int,int,int,RSInterface,int,boolean,int
      found: int,int,int,int,RSInterface,int,int
      reason: actual and formal argument lists differ in length
    src\Client.java:8834: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8834: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8835: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[anInt1018], screenFixed ? 0 : (currentHeight / 2)
    - 167);
                                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8835: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[anInt1018], screenFixed ? 0 : (currentHeight / 2)
    - 167);
    
                                                                 ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8846: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                        ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8846: error: cannot find symbol
                                    if (currentWidth >= 900 && currentHeight >= 650)
     {
                                                               ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8847: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[openInterfaceID], screenFixed ? 0 : (currentHeight
     / 2) - 167);
                                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:8847: error: cannot find symbol
                                            drawInterface(0, (currentWidth / 2) - 25
    6, RSInterface.interfaceCache[openInterfaceID], screenFixed ? 0 : (currentHeight
     / 2) - 167);
    
                                                                       ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:8859: error: cannot find symbol
                            multiOverlay.drawSprite(currentWidth - 260, 6);
                                                    ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9007: error: cannot find symbol
                    if(super.saveClickX > 0 && super.saveClickY > 0 && super.saveCli
    ckX < currentWidth && super.saveClickY < currentHeight) {
    
          ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9007: error: cannot find symbol
                    if(super.saveClickX > 0 && super.saveClickY > 0 && super.saveCli
    ckX < currentWidth && super.saveClickY < currentHeight) {
    
                                             ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:9009: error: cannot find symbol
                            if(xClick + boxLength > currentWidth - 4) {
                                                    ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9010: error: cannot find symbol
                                    xClick = (currentWidth - 4) - boxLength;
                                              ^
      symbol:   variable currentWidth
      location: class Client
    src\Client.java:9016: error: cannot find symbol
                            if(yClick + offset > currentHeight - 6) {
                                                 ^
      symbol:   variable currentHeight
      location: class Client
    src\Client.java:9017: error: cannot find symbol
                                    yClick = (currentHeight - 6) - offset;
                                              ^
      symbol:   variable currentHeight
      location: class Client
    src\Jframe.java:42: error: displayType has private access in Client
                            gamePanel.setPreferredSize(new Dimension(Client.screenFi
    xed ? 765 : Client.displayType.getWidth(), Client.screenFixed ? 503 : Client.dis
    playType.getHeight()));
    
                      ^
    src\Jframe.java:42: error: displayType has private access in Client
                            gamePanel.setPreferredSize(new Dimension(Client.screenFi
    xed ? 765 : Client.displayType.getWidth(), Client.screenFixed ? 503 : Client.dis
    playType.getHeight()));
    
                                                                                ^
    src\Jframe.java:46: error: displayType has private access in Client
                            frame.setResizable(Client.displayType.equals(DisplayType
    .RESIZABLE)); // resizeable frame
                                                     ^
    Note: src\Class36.java uses unchecked or unsafe operations.
    Note: Recompile with -Xlint:unchecked for details.
    64 errors
    Press any key to continue . . .
    Knew people couldn't add this.. even following a tutorial. lol

    Fix error 2: make DisplayType pubic. and for first error just use displayType.getHeight() and displayType.getWidth()
     

Page 1 of 4 123 ... 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. Replies: 4
    Last Post: 04-01-2014, 10:50 PM
  2. Adding FLAWLESS resize to MY ref client
    By Linus in forum Buying
    Replies: 0
    Last Post: 04-01-2014, 05:24 PM
  3. Adding Fullscreen to my client! paying 10$
    By MarkQ in forum Requests
    Replies: 6
    Last Post: 10-29-2013, 09:02 PM
  4. adding fullscreen to a 317
    By billyarrow in forum Help
    Replies: 3
    Last Post: 11-02-2012, 01:33 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •