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: any feature can do that?

  1. #1
    Junior Member keep smiling's Avatar
    Join Date
    Oct 2011
    Location
    Italy
    Posts
    14
    My Mood
    Cool
    Thanks
    6
    Thanked 0 Times in 0 Posts

    Lightbulb any feature can do that?

    i made a calculating program that throws an exceptions
    the catch will open another jframe to tell the use about the error

    but the user can ignore the new frame and back to the main frame and complete calculating

    is there anything i can do to let the user at least press the x button to back to the main frame ?
    Java lover


  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: any feature can do that?

    If you used a modal dialog for the second window, the user could not do anything with the first window until the second window was closed.
    If you don't understand my answer, don't ignore it, ask a question.

  3. The Following User Says Thank You to Norm For This Useful Post:

    keep smiling (May 14th, 2012)

Similar Threads

  1. Feature of Java video free download
    By jessie143143 in forum The Cafe
    Replies: 1
    Last Post: October 12th, 2011, 03:29 AM
  2. macro expanding feature in java
    By cheelemg in forum Java Theory & Questions
    Replies: 1
    Last Post: October 10th, 2011, 07:06 AM
  3. want to implement security key feature in the software
    By javasabin in forum Member Introductions
    Replies: 2
    Last Post: January 8th, 2011, 01:52 AM
  4. New Syntax Highlighting Feature!
    By JavaPF in forum Forum Updates & Feedback
    Replies: 15
    Last Post: July 14th, 2010, 09:20 AM
  5. New give thanks feature
    By JavaPF in forum The Cafe
    Replies: 0
    Last Post: April 11th, 2009, 11:14 AM