Thread: 1 Small Error

Results 1 to 2 of 2
  1. #1 1 Small Error 
    Why Am I Not Vet?!

    Clouds Mine's Avatar
    Join Date
    May 2008
    Age
    28
    Posts
    2,400
    Thanks given
    1
    Thanks received
    21
    Rep Power
    1478
    Gui_Sub1.java:10: cannot inherit from final client
    public class Gui_Sub1 extends client {
    ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    Press any key to continue . . .
    Reply With Quote  
     

  2. #2  
    Community Veteran


    Join Date
    Dec 2008
    Posts
    4,264
    Thanks given
    405
    Thanks received
    432
    Discord
    View profile
    Rep Power
    1684
    Quote Originally Posted by Eddie View Post
    Gui_Sub1.java:10: cannot inherit from final client
    public class Gui_Sub1 extends client {
    ^
    Note: Some input files use or override a deprecated API.
    Note: Recompile with -Xlinteprecation for details.
    1 error
    Press any key to continue . . .
    If your making a Gui it doesn't extend the client should look a little something like public class Gui extends JFrame implements ActionListener{
    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
  •