aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/splashscreen
Commit message (Collapse)AuthorAgeFilesLines
* Iteration over launchExceptionChain done by pointer/get instead by iterator ↵Jiri Vanek2013-01-301-4/+3
| | | | to prevent ConcurrentModificationException.
* Splashscreen error report made more detailed by stored LaunchErrorsJiri Vanek2013-01-301-4/+56
| | | | | | | | | | | | | | | * netx/net/sourceforge/jnlp/LaunchException.java: (LaunchExceptionWithStamp) new inner class for storing timestamp togetehr with error. (launchExceptionChain) new static list to capture LaunchErrors during runtime. * /netx/net/sourceforge/jnlp/resources/Messages.properties: * netx/net/sourceforge/jnlp/resources/Messages_cs_CZ.properties: Added explanation string * netx/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialog.java: Is now displaying launchExceptionChain in its error report and is copying it to clipboard. * tests/unit/net/sourceforge/jnlp/splashscreen/parts/JEditorPaneBasedExceptionDialogTest.java: (getTextTest) adapted calls of getText for new Date.
* All IcedTea-Web dialogues are centered to middle of active screenJiri Vanek2013-01-101-1/+2
| | | | | | Active screen in this context is the one, where the mouse is presented or default when no mouse presention detected. Patch is affecteing only IcedTea-Web custom dialogues.
* Minor fix for possible NPE (non fatal) during splashscreen creationJiri Vanek2012-12-211-5/+31
|
* Added splashscreen implementationJiri Vanek2012-08-1323-0/+3740