[Bprocessor-commit] gui/src/net/sourceforge/bprocessor/gui GUI.java, 1.125, 1.126
Status: Pre-Alpha
Brought to you by:
henryml
From: Michael L. <he...@us...> - 2011-05-05 10:22:54
|
Update of /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui In directory vz-cvs-2.sog:/tmp/cvs-serv28609/src/net/sourceforge/bprocessor/gui Modified Files: GUI.java Log Message: Save corner property of vertex New splash screen Show the normal of selected surface Index: GUI.java =================================================================== RCS file: /cvsroot/bprocessor/gui/src/net/sourceforge/bprocessor/gui/GUI.java,v retrieving revision 1.125 retrieving revision 1.126 diff -C2 -d -r1.125 -r1.126 *** GUI.java 4 Mar 2011 17:42:35 -0000 1.125 --- GUI.java 5 May 2011 10:22:52 -0000 1.126 *************** *** 935,939 **** */ public void start() { ! plash = new SplashWindow("splash3_24bit.png", this); setSize(800, 600); } --- 935,939 ---- */ public void start() { ! plash = new SplashWindow("bprocessor-startup.png", this); setSize(800, 600); } |