Search:

Type: Posts; User: testingjava

Search: Search took 0.10 seconds.

  1. Replies
    18
    Views
    1,868

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

    Could you please give me an example?
  2. Re: Clicking a coordinate on my GUI (Not Local Mouse Or Normal Robot.movemouse!)

    That's correct, but I do not want to use the local mouse, so it won't be annoying to users, when a program is controlling their own mouse.
  3. Re: Clicking a coordinate on my GUI (Not Local Mouse Or Normal Robot.movemouse!)

    Well, What I'm trying to say is I want to click a coordinate on my JFrame, not using the screen coordinates, and not using the local mouse.
  4. Clicking a coordinate on my GUI (Not Local Mouse Or Normal Robot.movemouse!)

    Basically I want to click a coordinate on my GUI, where ever the GUI is, say if the user moves the screen or what not.

    I do NOT want to use the crappy getpixelcolor.

    I also do not want to use...
  5. Replies
    18
    Views
    1,868

    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? :/
  6. Replies
    18
    Views
    1,868

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

    Still need help:/
  7. Replies
    18
    Views
    1,868

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

    To make a macro, for a game.
  8. Replies
    18
    Views
    1,868

    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.
  9. Replies
    18
    Views
    1,868

    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);...
  10. Replies
    18
    Views
    1,868

    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.
  11. Replies
    18
    Views
    1,868

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

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

    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 12 of 12