From 255c2bbc97ed2c623b5897a0c068fc13a206d222 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Thu, 31 Jul 2008 19:40:17 +0000 Subject: Client: Fixed up form label fields Previously, forms used
tags to break labels into lines, but it was discovered that a better effect could be generated by keeping the tag at the beginning, removing all of the
s, and resizing the JLabel. --- client/trunk/nbproject/project.properties | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'client/trunk/nbproject/project.properties') diff --git a/client/trunk/nbproject/project.properties b/client/trunk/nbproject/project.properties index 505e8b5..61fbb43 100644 --- a/client/trunk/nbproject/project.properties +++ b/client/trunk/nbproject/project.properties @@ -30,7 +30,8 @@ javac.classpath=\ ${libs.BDB.classpath}:\ ${file.reference.commons-logging-1.1.jar}:\ ${file.reference.ws-commons-util-1.0.2.jar}:\ - ${libs.beans-binding.classpath} + ${libs.beans-binding.classpath}:\ + ${libs.absolutelayout.classpath} # Space-separated list of extra javac options javac.compilerargs= javac.deprecation=false @@ -57,6 +58,9 @@ jnlp.codebase.url=file:/home/hatkirby/NetBeansProjects/InstaDisc/dist/ jnlp.enabled=false jnlp.offline-allowed=false jnlp.signed=false +# Property libs.absolutelayout.classpath is set here just to make sharing of project simpler. +# The library definition has always preference over this property. +libs.absolutelayout.classpath=../../../../usr/share/netbeans/6.0.1/java1/modules/ext/AbsoluteLayout.jar # Property libs.BDB.classpath is set here just to make sharing of project simpler. # The library definition has always preference over this property. libs.BDB.classpath=lib/je-3.3.62.jar -- cgit 1.4.1