Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 2 of 2

Thread: Applet viewer window is diplaying in fron of the current window every time

  1. #1
    Junior Member
    Join Date
    Jan 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Applet viewer window is diplaying in fron of the current window every time

    Hi All

    We are working on one java project and which is built on Applet based programming.
    Issue is every time when dialog box is closing, the applet viewer window is populating in front of the current window.
    This is causing inconvenient to the users as everytime we need to minimize the applet viewer window.. Not sure whether it is related to any performance related issue or not?
    Could you please someone let me know if you had faced same issue and resolved the same ?

    Thanks in Advance


  2. #2
    Super Moderator Norm's Avatar
    Join Date
    May 2010
    Location
    Eastern Florida
    Posts
    25,042
    Thanks
    63
    Thanked 2,708 Times in 2,658 Posts

    Default Re: Applet viewer window is diplaying in fron of the current window every time

    inconvenient to the users
    Why are you using the appletviewer program instead of html in a browser?
    If you don't understand my answer, don't ignore it, ask a question.

Similar Threads

  1. IE9 crashes on closing window containing Java Applet
    By parthei in forum Java Applets
    Replies: 4
    Last Post: August 30th, 2012, 01:24 AM
  2. Replies: 2
    Last Post: August 27th, 2012, 09:19 PM
  3. Replies: 1
    Last Post: December 17th, 2011, 03:32 AM
  4. [SOLVED] How to stop the same window from having more than one instance of it open at a time.
    By javapenguin in forum What's Wrong With My Code?
    Replies: 3
    Last Post: July 9th, 2011, 05:47 PM
  5. Thread for a given time window
    By zu1u in forum Threads
    Replies: 1
    Last Post: November 9th, 2010, 12:57 PM