SwingX: JXDatePicker support (#8)

This commit is contained in:
Karl Tauber
2019-10-19 09:35:01 +02:00
parent ffef71d6db
commit 0970dceee2
8 changed files with 435 additions and 26 deletions

View File

@@ -236,6 +236,8 @@ public class FlatInspector
}
}
text += "Enabled: " + c.isEnabled() + '\n';
text += "Opaque: " + c.isOpaque() + '\n';
text += "Focusable: " + c.isFocusable() + '\n';
text += "Parent: " + c.getParent().getClass().getName();