Thread: Custom Titlebox

Results 1 to 3 of 3
  1. #1 Custom Titlebox 
    Registered Member
    Mrthunder23's Avatar
    Join Date
    Mar 2008
    Age
    26
    Posts
    2,463
    Thanks given
    62
    Thanks received
    72
    Rep Power
    319
    Never had this error happen before. odd. I usually used Galkons Base. This time I used my custom Deob base.
    [spoil]
    Code:
    Class30_Sub2_Sub1_Sub1.java:12: illegal start of type
    else if (s.startsWith("titlebox")){
    ^
    Class30_Sub2_Sub1_Sub1.java:12: ';' expected
    else if (s.startsWith("titlebox")){
        ^
    Class30_Sub2_Sub1_Sub1.java:12: illegal start of type
    else if (s.startsWith("titlebox")){
            ^
    Class30_Sub2_Sub1_Sub1.java:12: ';' expected
    else if (s.startsWith("titlebox")){
              ^
    Class30_Sub2_Sub1_Sub1.java:12: invalid method declaration; return type required
    
    else if (s.startsWith("titlebox")){
               ^
    Class30_Sub2_Sub1_Sub1.java:12: illegal start of type
    else if (s.startsWith("titlebox")){
                          ^
    Class30_Sub2_Sub1_Sub1.java:12: ';' expected
    else if (s.startsWith("titlebox")){
                                     ^
    Class30_Sub2_Sub1_Sub1.java:22: illegal start of type
                     else if (s.equalsIgnoreCase("titlebutton"))
                     ^
    Class30_Sub2_Sub1_Sub1.java:22: ';' expected
                     else if (s.equalsIgnoreCase("titlebutton"))
                         ^
    Class30_Sub2_Sub1_Sub1.java:22: illegal start of type
                     else if (s.equalsIgnoreCase("titlebutton"))
                             ^
    Class30_Sub2_Sub1_Sub1.java:22: ';' expected
                     else if (s.equalsIgnoreCase("titlebutton"))
                               ^
    Class30_Sub2_Sub1_Sub1.java:22: invalid method declaration; return type required
    
                     else if (s.equalsIgnoreCase("titlebutton"))
                                ^
    Class30_Sub2_Sub1_Sub1.java:22: illegal start of type
                     else if (s.equalsIgnoreCase("titlebutton"))
                                                 ^
    Class30_Sub2_Sub1_Sub1.java:22: ';' expected
                     else if (s.equalsIgnoreCase("titlebutton"))
                                                               ^
    14 errors
    Press any key to continue . . .
    [/spoil]
    Reply With Quote  
     

  2. #2  
    Community Veteran

    Songoty's Avatar
    Join Date
    Dec 2007
    Posts
    2,741
    Thanks given
    207
    Thanks received
    1,022
    Rep Power
    2351
    Post the code block please
    Reply With Quote  
     

  3. #3  
    Registered Member
    Mrthunder23's Avatar
    Join Date
    Mar 2008
    Age
    26
    Posts
    2,463
    Thanks given
    62
    Thanks received
    72
    Rep Power
    319
    Code Block? You mean the error? it's in the Spoiler.

    or do you mean post the code area where this is?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

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


User Tag List

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