Changeset 421
- Timestamp:
- 12/06/09 20:16:48 (3 years ago)
- Location:
- java/JLatexEditor/src/jlatexeditor
- Files:
-
- 2 modified
-
gui/AboutDialog.java (modified) (1 diff)
-
JLatexEditorJFrame.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
java/JLatexEditor/src/jlatexeditor/gui/AboutDialog.java
r417 r421 77 77 } 78 78 79 public void show Me() {79 public void showIt() { 80 80 setVisible(true); 81 81 } 82 83 public void showAndAutoHideAfter(final int ms) { 84 setAlwaysOnTop(true); 85 setVisible(true); 86 new Thread() { 87 @Override 88 public void run() { 89 try { 90 Thread.sleep(ms); 91 } catch (InterruptedException ignored) {} 92 onClick(); 93 } 94 }.start(); 95 } 82 96 } -
java/JLatexEditor/src/jlatexeditor/JLatexEditorJFrame.java
r420 r421 93 93 */ 94 94 95 new AboutDialog(null).showAndAutoHideAfter(5000); 96 95 97 JLatexEditorJFrame latexEditor = new JLatexEditorJFrame(args); 96 98 latexEditor.setSize(1024,800); … … 613 615 if(action.equals("about")){ 614 616 AboutDialog aboutDialog = new AboutDialog(version); 615 aboutDialog.s etVisible(true);617 aboutDialog.showIt(); 616 618 617 619 //JOptionPane.showMessageDialog(this, "<html><h2>JLatexEditor</h2><p>TODO</p></html>", "JLatexEditor", JOptionPane.INFORMATION_MESSAGE);
![(please configure the [header_logo] section in trac.ini)](http://jlatexeditor.endrullis.de/chrome/site/logo.png)