git-svn-id: https://svn.coded.pt/svn/SIPRP@1567 bb69d46d-e84e-40c8-a05a-06db0d633741

lxbfYeaa
Tiago Simão 15 years ago
parent 4afc60c016
commit ff23aee986

Binary file not shown.

Binary file not shown.

@ -1,6 +1,6 @@
#siprpsoft versioning file
#Thu Oct 21 12:53:54 WEST 2010
#Mon Nov 08 14:30:30 WET 2010
major=12
name=siprpsoft
minor=3
build=3
build=4

@ -67,6 +67,7 @@ public class Main implements com.evolute.utils.ui.window.Connector
public static void main( String args[] ) throws Exception
{
UIManager.put( "TextField.inactiveForeground", ColorUIResource.BLACK );
UIManager.put( "TextField.foreground", ColorUIResource.RED.darker() );
@ -116,7 +117,6 @@ public class Main implements com.evolute.utils.ui.window.Connector
public void updateStarted()
{
}
@Override
public void updateDone()
{

Loading…
Cancel
Save