V1.0[Beta]
Pre-release
Pre-release
This version introduces all changes made in the version 0.9.9, And adds the following fixes
Bug Fixed
- Fixed issue #35
- Fixed issue #23
- update demo swing
- Fixed issue atarw#81
- Fixed issue atarw#80
- Fixed issue atarw#77
- NullPointer into JTextField
- Icon white
- Keyborad actions list
- Removed arrow to Jscrollbar
- Border button JButton
- Default action JOptionPane
- Fixed button focusable look
- Added support JList
- Remove Old dependency(remove MaterialImages, MaterialFonts)
- Graphic alignment JTextField and JPasswordField
- Removed font native for OS, now noto is good, and my project is smaller
- Fixed issue #38
- Fixed issue #25
- Fixed issue #40
- Fixed issue #39
- Fixed issue #19
- Fixed issue #41
- Fixed issue #43
- Fixed issue #30
- Fixed issue #51
- Fixed issue #49
- Fixed issue #55
- Fixed problem to JTable paint custom color into the header
- Fixed problem into JTree background and foreground color
- Fixed issue #54
- Fixed position line into JTabbledPane
- Fixed color strange into JComboBox
- Fixed color disable text JCheckBox
New Function in beta test
-
look JDialog and JOptionPane, the component are not the border of a window when using this code before setting Look and feel
JDialog.setDefaultLookAndFeelDecorated(true);
Look new Component supported
With this constant
table.put("Label[disabled].font", MaterialFontFactory.getInstance().getFont(MaterialFontFactory.ITALIC));
table.put("Label[disabled].background", MaterialColors.WHITE);
table.put("Label[disabled].foreground", MaterialColors.COSMO_BLACK);
Button default into JOprionPane
Constant name
Color DARKLY_STRONG_BLUE
Color DARKLY_BLUE
Color COSMO_STRONG_BLUE
Color COSMO_BLUE
Color COSMO_LIGTH_BLUE
Color DARKLY_RED
Color COSMO_RED
Color COSMO_LIGHT_RED
Color COSMO_PURPLE
Color COSMO_LIGHT_PURPLE
Color DARKLY_ORANGE
Color COSMO_ORANGE
Color COSMO_LIGHT_ORANGE
Color DARKLY_STRONG_GREEN
Color DARKLY_GREEN
Color COSMO_GREEN
Color COSMO_LIGHT_GREEN
Color COSMO_LIGTH_GRAY
Color COSMO_MEDIUM_GRAY
Color COSMO_STRONG_GRAY
Color COSMO_DARK_GRAY
Color DARKLY_GRAY
Color COSMO_BLACK
- Add constant for the icon JFileChooser, the constant is
"FileChooser[icons].computer"
"FileChooser[icons].directory"
"FileChooser[icons].file"
"FileChooser[icons].floppyDrive"
"FileChooser[icons].hardDrive"
"FileChooser[icons].home"
"FileChooser[icons].list"
"FileChooser[icons].details"
"FileChooser[icons].newFolder"
"FileChooser[icons].upFolder"
and the icons are two color BLACK and WHITE such as the RINGO :)
MaterialImageFactory.COMPUTER_COLOR
MaterialImageFactory.FOLDER_COLOR
MaterialImageFactory.FILE_COLOR
MaterialImageFactory.FLOPPY_DRIVE_COLOR
MaterialImageFactory.HARD_DRIVE_COLOR
MaterialImageFactory.HOME_COLOR
MaterialImageFactory.LIST_COLOR
MaterialImageFactory.DETAILS_COLOR
MaterialImageFactory.NEW_FOLDER_COLOR
MaterialImageFactory.BACK_ARROW_COLOR
MaterialImageFactory.TOGGLE_BUTTON_ON_WHITE
MaterialImageFactory.TOGGLE_BUTTON_OFF_WHITE