The properties which porting is necessary for are as the following.
Ports from JBK V1 for Windows and V2 to JBK V3
Basic GUIBeans | Former properties name | Setting method | Reference method |
---|---|---|---|
JFCheckList | item | - | getItems(),getItem(int) |
JFPanel | autofocus | setAutoFocus(boolean) | isAutoFocus() |
JFPanel | firstfocuscomponent | setFirstFocusComponent(Component) | getFirstFocusComponent() |
JFTableView | wrapColumnLayoutType | - | getWrapColumnLayout() |
JFTabPanel | name | setName(int,String) | getName(int) |
Ports from JBK V3.0 L20 for Windows to JBK V3.0 L30
Basic GUIBeans | Former properties name | Setting method | Reference method |
---|---|---|---|
JFToggleButton | group | setButtonGroup(JFButtonGroup) | getButtonGroup() |