small cleanup
This commit is contained in:
parent
cea15d872b
commit
0254ff8a29
|
@ -4,8 +4,6 @@ import com.formdev.flatlaf.FlatLightLaf;
|
||||||
import nl.andrewlalis.erme.view.EditorFrame;
|
import nl.andrewlalis.erme.view.EditorFrame;
|
||||||
|
|
||||||
public class EntityRelationMappingEditor {
|
public class EntityRelationMappingEditor {
|
||||||
public static final String VERSION = "1.6.0";
|
|
||||||
|
|
||||||
public static void main(String[] args) {
|
public static void main(String[] args) {
|
||||||
if (!FlatLightLaf.setup()) {
|
if (!FlatLightLaf.setup()) {
|
||||||
System.err.println("Could not install FlatLight Look and Feel.");
|
System.err.println("Could not install FlatLight Look and Feel.");
|
||||||
|
|
|
@ -35,7 +35,7 @@ public class AutoPositionAction extends DiagramPanelAction {
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
String[] choices = new String[]{"Alphabeticaly", "Custom Order"};
|
String[] choices = new String[]{"Alphabetically", "Custom Order"};
|
||||||
String choice = (String) JOptionPane.showInputDialog(
|
String choice = (String) JOptionPane.showInputDialog(
|
||||||
getDiagramPanel(),
|
getDiagramPanel(),
|
||||||
"Select how to sort the relations",
|
"Select how to sort the relations",
|
||||||
|
|
Loading…
Reference in New Issue