JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-38  -  Use SplashScreen support from Java
Posted Aug 08, 2012 - updated Dec 27, 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
    Feature request
  • Status
     
    Closed
  • Assigned to
     lolo4j
  • Progress
       
  • 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
    Low
  • Targetted for
    icon_milestones.png JPPF 3.3
Issue description
JPPF can use java.awt.SplashScreen class. JPPF now requires at least Java 6 - that is first version with splash screen support. (there is frame in the left upper corner and splash displayed in the center of screen)

#5
Comment posted by
 lolo4j
Feb 16, 12:29
Implemented. We're still not using the java.awt.SplashScreen class, because it isn't flexible enough (the UI displays the slpashscreen based on a configuration property). Instead, I figured that the frame in the upper-left corner is the one that owns the splash window. So I simply replaced the code that makes it visible with equivalent code that make the splash window visible only.

Changes committed to SVN trunk revision 2638

The issue was updated with the following change(s):
  • This issue has been closed
  • The status has been updated, from Confirmed to Closed.
  • This issue's progression has been updated to 100 percent completed.
  • The resolution has been updated, from Not determined to RESOLVED.
  • Information about the user working on this issue has been changed, from lolo4j to Not being worked on.