SwingDroid

SwingDroid is actually in early development stage. Currently the most important UI Elements are basically usable. There are still some missing Constructors and Methods which we will add as needed. Currently supported classes are:
  • JLabel
  • JButton
  • JComboBox
  • JTextField
  • JCheckBox
  • JPanel
  • JRadioButton
  • JScrollPane

In addition to the UI Elements SwingDroid supports some Classes and Methods from java.awt to support customization of the UI Elements look. This includes Font, Color, Graphics, Point, Dimension a.o. The Full List of supported Classes and Methods can be found in the API documentation.