How to import Excel file into JTable
Here are three way to do this. Use "JTableReadTableModelTask " to do this. ( recommended ) Use "ReadTableModelTask" to do this Use ModelIO to do... more »
2 commentsSave Tags: java
Introduce the AComboBox component
The AComboBox is a drop down component in JComponentPack product, it’s different with the “JComboBox” component in the core Java swing package, it can... more »
0 commentsSave Tags: java
How to use JLinkButton
JLinkButton inherit from JButton,it have all function of JButton, and it also have a additional function, you can open a Explorer via URL and that... more »
0 commentsSave Tags: java
JCalendar new features in JComponentPack 1.1.0
1. New property to control the action click count 2. New client property to control the "today” button action behavior 3. JCalendar works with... more »
0 commentsSave Tags: java
How to use "JComponentPack" in the NetBeans IDE 6.1
1.right click on Palette window,and select 'Palette manager...' . 2.right click on Palette window,and select 'Palette manager...' . .....
0 commentsSave Tags: java
How to disable the splash screen in JDataGridBean?
Understand the JBean's splash API. Understand the relationship between JDataGridBean and JBean. Generate methods to disable the splash window when... more »
0 commentsSave Tags: java
JDataGrid formula works with the Beans Binding
This article introduce the Beans Binding can work with the JDataGrid formula. The JDataGrid formula works in the CellFormulaContext, every function... more »
0 commentsSave Tags: java
How to write function in JDataGrid Spreadsheet Edition?
1. Understand the formula and function API used in JDataGrid Spreadsheet Edition? 2. Add the function to the FormulaFactory.
0 commentsSave Tags: java