Search:

Type: Posts; User: cristian_ny95

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    1,862

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

    Ok Java is bundled with a utility called AppletViewer


    import java.applet.*;
    import java.awt.*;
    public class Myapplet extends Applet{
    String str;
    public void init(){
    str = "This is my...
  2. Replies
    18
    Views
    1,862

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

    Yes i know im still researching
  3. Replies
    18
    Views
    1,862

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

    Im not sure if you can do this in Java, Im going to do some research on this, just out of curiosity why would you want to do this?
  4. Replies
    18
    Views
    1,862

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

    Yes i understand that but are you trying to load another gui inside a gui or are you trying to load the output/console of the jar inside a gui?
  5. Replies
    18
    Views
    1,862

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

    Ok so the one you want to load has a graphical interface or it just outputs to the console?
  6. Replies
    18
    Views
    1,862

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

    package yourpackage;

    import java.io.IOException;
    import java.io.InputStream;
    import java.util.logging.Level;
    import java.util.logging.Logger;

    public class YourClass {

    public static...
  7. Replies
    18
    Views
    1,862

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

    If i understand correctly, you want to run an app inside your app?
Results 1 to 7 of 7