Search:

Type: Posts; User: testingjava

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    Could you please give me an example?
  2. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    That's not what I want lol, I basically want another java applet running on that gui where it says 'this is my first java applet', get it? :/
  3. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    Still need help:/
  4. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    To make a macro, for a game.
  5. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    I suppose, I'm trying to load a .jar on my GUI (JFrame), in other terms a GUI in side a GUI I guess.
  6. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    Basically I want the applet to load on my graphical user interface like this.
    JFrame myFrame = new JFrame("test");
    myFrame.setSize(850,700);...
  7. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    That's only starting it...

    I can do that with getruntime, I want to load it on my JFrame, not as a regular executable.
  8. Replies
    18
    Views
    1,865

    Re: How can I have a jar file on my gui?

    Correct, how would this be done? (Code example wise).
  9. Replies
    18
    Views
    1,865

    How can I have a jar file on my gui?

    Basically, on my GUI, I want to have a jar file also, so it'll look like this: http://i47.tinypic.com/pqh3k.jpg

    How would I do that?

    Please keep in mind, I'm new to Jframe & GUI making, I...
Results 1 to 9 of 9