How to open forms in separate Java Applet rather then Internet explorer

Aslam o Alikum (Hi)
I want to open my form in separate Java Applet rather then in Internet Explorer.
Please help
Best Regards,
Nasir Zeeshan.

Aslam o Alikum (Hi)
Let me explain my question
when i run my form from application server. it opens a web browser and display my form into it (form display in java applet embbeded in internet explorer). But what i want is that the web browser open the form in java applet as a separate window.
Is it clear now ?
Best Regards,
Nasir Zeeshan.

Similar Messages

  • Java Applet problem in Internet Explorer 7 with Tab Key

    Hi
    I am developing some web pages in which iam using a java applet. so far the intended user are supposed to be using Internet Explorer 7. the problem i am facing is that when i press the tab key within the applet. the control get transferred to new tab position in the web page outside the applet and i have to click back to the applet to get control again transferred to the applet.
    i want to restrict the control of tab so that when tab is pressed within the applet the tab should not move to next tab position in the page and remain confined within the applet.
    Can someone please help me how can i achieve this and whether i have to do coding for it in the applet or in the web page...so that within the applet the Internet Explorer tab control should remain disabled..

    Hello all,
    I have the same problem, but I don't found a solution. Could you resolved the problem and who??
    Thank you.
    Jorge

  • How to use C-Structure in java applets

    hi alls,
    I want to use a struct model (struct in C++) in java applets. i know class is used in java applications. but, how can i convert in java applets?
    class renk
    int r;
    int gr;
    int b;
    import java.awt.Graphics;
    import java.awt.Color;
    import java.awt.Event;
    import java.applet.Applet;
    public class benek extends Applet
    final int n=10;
    int x[] = new int[n];
    int y[] = new int[n];
    int count = 0;
    renk clr[] = new renk[n];
    public void init()
    setBackground(Color.black);
    public boolean mouseDown(Event yordam, int xyer, int yyer)
    if (count<n)
    System.out.println("...");
    ekle(xyer,yyer);
    else System.out.println("Kapasite Doldu...");
    return true;
    void ekle(int xyer, int yyer)
    int r1 = (int)Math.floor(Math.random()*256);
    int gr1 = (int)Math.floor(Math.random()*256);
    int b1 = (int)Math.floor(Math.random()*256);
    clr[count].r = r1;
    clr[count].gr = gr1;
    clr[count].b = b1;
    x[count]=xyer;
    y[count]=yyer;
    count++;
    repaint();
    public void paint(Graphics g)
    it gives error message... how can � use struct model in java applets???
    if you help me i will be greatfull....

    � use import but it doesn't work.
    i add: import renk; or import class renk;
    how will � add import I assumed based on your initial post that the renk and benek classes were in the same file. Apparently you're saying they are not. So for another thing, make your renk class "public class renk", and add the "public" keyword to the 3 members of that class. Then if your code still doesn't see the "renk" class, it would just be that you don't have the directory that contains the compiled "renk.class" in your classpath.

  • How to open/read file using Java in Unix?

    Hi Friends,
    Can you please help me out how to open/read file using java in unix os? I have create one text file in "/home/test.txt" in unix environment. How to open the same file & read using java code?
    - Hiren Modi

    http://java.sun.com/docs/books/tutorial/essential/io/index.html

  • How to automatically disable Java Plug-in in Internet Explorer

    I was wondering if it was possible to automatically disable/enable the Java Plug-in in Internet Explorer 6 Advanced Options (using JavaScript or script code in the html page for instance)...
    Any clues????

    You can use a command line parameter when intalling the SUN plugin to automatically enable it for IE: IEXPLORER=1.
    I'm not sure how to supply command line parameters if you aren't running the instal from the command line though....
    --Steve P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • How can install adobe flash player for windows 8 pro internet explorer

    how can install adobe flash player for windows 8 pro internet explorer
    how can instal flash player for internet explorer metro ui 
    where can i watched video tutorial for this or help me please

    I can't tell from the screenshot, but it's possible you are running in the Metro version.  Could you try this page using Internet Explorer in desktop mode to see if that helps?
    right click in the browser and click the tools button
    In the menu that appears, select "view on the desktop"
    Once IE launches in the window, do you see your Flash content?

  • How do i install java again, in the os x lion, i can't open some websites with java applets

    try to go for my bank website, and that requires java applets, just dowloaded os x lion, and dindt figure out how to install the update for java

    http://kb2.adobe.com/cps/909/cpsid_90908.html
    http://support.apple.com/kb/DL1421

  • Open form in separate window

    Hi gentlemen
    I have parent form include button this button when the user press it, it will call the other form but in same window (that what I don’t want)
    My question is how I can open another form in separate window (same as when you open it alone)

    Use open_form..
    Read the help in Form builder for the open_form built-in... Pay particular attention to the 'SESSION' or 'NO_SESSION" argument. Pick your flavor.
    For every application that I have ever made including and above Forms 5.0 I always use...
    open_form('myform', ACTIVATE, SESSION);
    This opens a form up in its own window, gives it focus, and makes a new separate session.

  • How to Use DLL Function in Java Applet

    Hi all,
    I have been assigned a task to develop java applet. The problem is, I need to use DLL functions in my applet to read records. Could you pls anyone guide me how to interface DLL and applet to read records with sample code?
    I'm using JDK 1.5.0_06 and Windows XP OS. thanx..
    best rgds,
    jpdbay

    You will need to use Java Native Interface JNI. Ther are many posts on the subject, please search, and this is the documentation:
    http://java.sun.com/j2se/1.5.0/docs/guide/jni/spec/jniTOC.html

  • How can I use HyperLink In Java Applet..

    I am new In Java Programming And i Want to create a Hyperlink OR URL in java Applet, How can be It possible?

    well u can use a hyperlink as a url by using url from java.net.url class
    define ur url .... u can check the API fo r that
    and by using wht u mean .. u want to browse in applet with that url or wht
    if u want to do browing in applet than u will also have to do parsing of all HTML tags
    hope it will help u

  • How to open specific port using java program

    Hello,
    I want to open ,close port using java comm.plz help me how can i do it.is it possible
    by using java program.later i want to use that specific port to accept the server socket connection .plz
    help me.

    i try this java program.*but it get block in accept method*.tht mean i m not able to make connection with port.
    import java.sql.SQLException;
    import java.io.IOException;
    import java.net.ServerSocket;
    import java.util.logging.Level;
    import java.util.logging.Logger;
    class MakeConn
         public final static int PORT = 7788;
    public static java.net.Socket clientSocket = null;
    public static java.io.PrintWriter pw = null; // socket output stream
    public static java.io.BufferedReader br = null;
    public static ServerSocket server_socket;
         public static void main(String[] args) throws SQLException
         try {
              server_socket = new ServerSocket(PORT);
    clientSocket = server_socket.accept();
    System.out.println("CLIENT>>>" + clientSocket);
         br = new java.io.BufferedReader(new java.io.InputStreamReader(clientSocket.getInputStream()));
    pw = new java.io.PrintWriter(clientSocket.getOutputStream(), true);
    String message = br.readLine().trim();
    System.out.println("message is"+message);
    pw.close(); // close everything
    br.close();
    clientSocket.close();
         catch (Exception ex) {
    ex.printStackTrace();
    }

  • How i get hardware info with Java Applet

    Hello Everybody.
    first I am sorry for my english. This my first topic. I am a php developer and learning Java. I am developing a Java Applet.
    Can i get client hardware info with Java Applet
    Ýf i can How i do get hardware info with Java Applet.
    I need sample code or documentation.
    Thanx.

    TrojanMyth wrote:
    Hello;
    Can i get hardware info with Java ?? Have not a know people ?Applets are restricted, unless, as already noted, they are signed and accepted by the user. See
    http://java.sun.com/docs/books/tutorial/deployment/applet/security.html
    http://java.sun.com/docs/books/tutorial/deployment/applet/properties.html
    In general, since Java is designed to run on multiple operating systems and machine architectures it does not provide much access to the underlying hardware. As mentioned, you can access the os via methods in the java.lang.ProcessBuilder and Runtime classes.

  • [NEWBIE] How to open a frame from an Applet?

    Hi, I'm trying to open a JFrame from an Applet. Basically, I would like that, once the user selects an option from a JMenu, a Frame would be shown with a text box where user could type some content.
    I built both the Applet and the Frame, and singularly they work. When I execute the main method from the JFrame, the window appears, but when I execute something like the following from the applet:
    MyFrame mf = new MyFrame();
    mf.setVisible(true);nothing is shown. I'm sure that I don't know something, but I just started with applets.
    Thanks for any help,
    Marco

    If MyFrame is a subclass of JFrame, then it should not
    make any difference.
    What do you need the JFrame for? Can this be done
    using another "screen" by using a CardLayout?From a menu, when the user selects 'Start game' I need a text box coming out so that the user can insert a word. This word should then evaluate an instance member of the Applet.
    Marco

  • How to get IP address from java applet

    is there anyway to find the IP address of a person who is on java applet on some chatting website (not me, but the other users)...... well, this question may sound stupid, but am actually new to this, so please help.
    :)

    >
    is there anyway to find the IP address of a person who is on java applet on some chatting website (not me, but the other users)...... >Sure. Ask whoever it is you are chatting to.. "wots ur ip?". Do not be surprised when they 'tell you where to go'.

  • Java applet freezing over internet but not on harddrive

    Hi,
    So I have this java applet game, When running the webpage with it off my harddrive the applet runs fine. However, after putting my website on my server after leaving the second menu, into game mode, the java applet freezes. I don't think it's a code issue since it doesn't freeze when running off my harddrive, or when running in netbeans. What would cause this????
    hiraganakatakana.tantonj.com --- that's the url for the game, you'll see how it freezes after choosing one of the second options.

    tantonj wrote:
    ..So I have this java applet game, When running the webpage with it off my harddrive the applet runs fine. However, after putting my website on my server after leaving the second menu, into game mode, the java applet freezes. I don't think it's a code issue since it doesn't freeze when running off my harddrive, or when running in netbeans. You are really new to applets, aren't you? I don't care where you are running the applet from, but how it is being run. Is it being run in appletviewer, or a browser, or something else?
    ..What would cause this????Please fix that sticky '?' key.
    hiraganakatakana.tantonj.com
    java.lang.NoClassDefFoundError: runApp (wrong name: hiraganakatakana/runApp)
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
           ....

Maybe you are looking for