Search:

Type: Posts; User: lalaandwonder

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    2,735

    Re: JAVA: Run .exe in jpanel (NetBeans)

    Means like usually when I run the program .exe, it will open a window..
    But instead of open a new window, it will show in a JPanel to display.. Thank you
  2. Replies
    7
    Views
    2,735

    Re: JAVA: Run .exe in jpanel (NetBeans)

    Hi, I do not have any problem executing the open .exe code above.
    Just that I have a jpanel p and I wanted to run the .exe in jpanel so I tried something stupid like p.add(*the cmd to open .exe*);
    ...
  3. Replies
    7
    Views
    2,735

    Re: JAVA: Run .exe in jpanel (NetBeans)

    Hi, this is because I will create a unity3d which is the rendering of 3D motion and I wanted to integrate that interface into interface in java application.
    So the unity3d is built to .exe and so I...
  4. Replies
    7
    Views
    2,735

    JAVA: Run .exe in jpanel (NetBeans)

    Hi developers,

    I have a code like this: try {

    System.out.println("Creating process..");
    Process p =...
Results 1 to 4 of 4