Search:

Type: Posts; User: Tyluur

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,228

    Re: Tabbed Pane not showing up.

    The class RS2Loader is the one that compiles and executes fine, you just have to put the classes I gave you into the right packages.
  2. Replies
    9
    Views
    1,228

    Re: Tabbed Pane not showing up.

    There's nothing being printed out, I have the code in an Eclipse project. It's just not showing the tabbed pane.
  3. Replies
    9
    Views
    1,228

    Re: Tabbed Pane not showing up.

    The main code I posed is using the JTabbedPane. In method loadClient().
  4. Replies
    9
    Views
    1,228

    Re: Tabbed Pane not showing up.

    It is missing the Calculator class and ProgressBar class.

    Calculator class:

    package oldschool.runescape.com; import java.awt.EventQueue; import java.awt.ev - Pastebin.com

    ProgressBar class:...
  5. Replies
    9
    Views
    1,228

    Tabbed Pane not showing up.

    package oldschool.runescape.com;

    import java.applet.Applet;
    import java.applet.AppletContext;
    import java.applet.AppletStub;
    import java.awt.Dimension;
    import java.awt.event.ActionEvent;...
Results 1 to 5 of 5