JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
enhancement_small.png
CLOSED  Enhancement JPPF-332  -  Change all popup windows and child frames to modeless dialogs
Posted Sep 23, 2014 - updated Sep 23, 2014
action_vote_minus_faded.png
0
Votes
action_vote_plus_faded.png
icon_info.png This issue has been closed with status "Closed" and resolution "RESOLVED".
Issue details
  • Type of issue
    Enhancement
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Type of bug
    Not triaged
  • Likelihood
    Not triaged
  • Effect
    Not triaged
  • Posted by
     lolo4j
  • Owned by
    Not owned by anyone
  • Category
    GUI
  • Resolution
    RESOLVED
  • Priority
    Normal
  • Targetted for
    icon_milestones.png JPPF 5.0
Issue description
Currently, the windows that pop up in the console, upon clicking on action buttons, along with the views for undocked components, are implemented as JFrames. This causes the following drawbacks:
  • each window is seen as a separate application inthe task bar. This can be confusing and also takes a lot of taskbar space
  • this can lead to inconvenient behavior when another application comes on top, then to view the JPPF windows again, you have to restore each one separately
To improve the current behavior, we propose to make all popup windows and separate views non-modal instances of JDialog instead of JFrame

#2
Comment posted by
 lolo4j
Sep 23, 06:55
Popup windows changed in trunk revision 3392
#4
Comment posted by
 lolo4j
Sep 23, 07:53
Raminder impelmented in trunk revision 3394