Issue 22: Update CustomVisualPanel.form to use Java 5 layout code
commit0052cba9225ea49d6d4e734422cf7f2e8492cf9b
authorJonas Fonseca <fonseca@diku.dk>
Fri, 24 Oct 2008 13:21:43 +0000 (24 15:21 +0200)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 24 Oct 2008 13:58:09 +0000 (24 15:58 +0200)
tree0bc02c668dd83b8d481fa1263ecf39a90ff80e1d
parentf5b789a90e77037200596fd2797c27e43a86c17e
Issue 22: Update CustomVisualPanel.form to use Java 5 layout code

Set the FormSettings_layoutCodeTarget AuxValue to 2 to make NetBeans use
org.jdesktop instead of the Java 6 "only" swing based GroupLayout code.
This should ensure that future updates will not "roll-back" the changes
from commit 6e047bb400fbc93cd58ec0acf0d07e8b20998f25.

This also regenerates the .java file and adds a minor fix for a message.

Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
src/org/nbgit/ui/custom/Bundle.properties
src/org/nbgit/ui/custom/CustomVisualPanel.form
src/org/nbgit/ui/custom/CustomVisualPanel.java