[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui/actions AboutActionListener.java, 1.1, 1
Status: Pre-Alpha
Brought to you by:
henryml
From: Sebastian G. <sg...@us...> - 2011-05-05 16:34:01
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions In directory vz-cvs-2.sog:/tmp/cvs-serv26064/src/net/sourceforge/bprocessor/gui/actions Modified Files: AboutActionListener.java Log Message: help->about, image changed parameters hanging chain Index: AboutActionListener.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/actions/AboutActionListener.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** AboutActionListener.java 28 Nov 2006 20:51:57 -0000 1.1 --- AboutActionListener.java 5 May 2011 16:33:58 -0000 1.2 *************** *** 57,61 **** frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); ClassLoader cl = Thread.currentThread().getContextClassLoader(); ! URL url = cl.getResource("splash3_24bit.png"); JLabel l = new JLabel(new ImageIcon(url)); Container c = frame.getContentPane(); --- 57,61 ---- frame.setDefaultCloseOperation(JFrame.DISPOSE_ON_CLOSE); ClassLoader cl = Thread.currentThread().getContextClassLoader(); ! URL url = cl.getResource("bprocessor-startup.png"); JLabel l = new JLabel(new ImageIcon(url)); Container c = frame.getContentPane(); *************** *** 77,84 **** log.error(e.getMessage()); } ! String rest = "<html>The B-processor is a open source project driven by " + "Alexandra instituttet,<br>" + "Aarhus School of Architecture and Technological Institute.<br><br>" + ! "To read more about the project visit " + "<a href=http://www.b-processor.dk>www.b-processor.dk</a></html>"; JEditorPane hmm = new JEditorPane(); --- 77,84 ---- log.error(e.getMessage()); } ! String rest = "<html>B-processor is a open source project driven by " + "Alexandra instituttet,<br>" + "Aarhus School of Architecture and Technological Institute.<br><br>" + ! "Read more about the project at " + "<a href=http://www.b-processor.dk>www.b-processor.dk</a></html>"; JEditorPane hmm = new JEditorPane(); |