JPPF Issue Tracker
star_faded.png
Please log in to bookmark issues
feature_request_small.png
CLOSED  Feature request JPPF-427  -  Customizable admin console splash screen
Posted Dec 27, 2015 - updated Dec 27, 2015
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
  • 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.2
Issue description
We propose to add configuration properties to make the admin console's splash screen customizable. Currently, it displays a number of images in sequence, with a predefined delay between images, and a fixed text at the center of the displayed window.

To allow users to customize it, we propose to add the following properties:
# whether splash screen is enabled (false by default)
jppf.ui.splash = true
# fixed text
jppf.ui.splash.message = The JPPF Admin Console is starting ...
# list of rolling image paths
jppf.ui.splash.images = image_path_1 | ... | image_path_N
# interval between images in millis 
jppf.ui.splash.delay = 200



#2
Comment posted by
 lolo4j
Dec 27, 21:27
Implemented in trunk revision 3940