I have Jlist , and i am using HORIZONTAL WRAP , and now want a VerticalscrollB ar when needed.
i am giving you the my sample of code
public void reinitialize() {
removeAll();
setLayout(new GridLayout(0, 1));
list = new JList(new AddaxFMSBodyLis tModel(super.ge tBodyPanel().ge tEntityList())) ;
list.setCellRen derer(new AddaxFMSBodyLis tViewCellRender er());
list.setVisible RowCount(-1);...
User Profile
Collapse
-
PopUp Solution
Can Anybody Help..
I have panel which will take some button, now i want a popUp which will
show the button name.
I write some code where popUp will come but how to show the button name.
and also when click on the button name the button not showing in the panel. -
Jtable Problem
hallo gyus i have a problem
i create a table, and populate its data through the pojo,now this i am select one row and this data will be display in another panel , then i write a class which will
implement ListSelectionLi stener,i am just showing you the code sample, this is an inner class
class AddaxFMSBodySel ectionListener implements ListSelectionLi stener {
int[] selRows;
... -
pojo base tree structure
hallo guys,
I am facing in a problem,
i am creating a pojo thats take only name and i will take it in array list,
and make a another class to make one jlable component.
I Jtree which will populate through this pojo and component.
please give opinion
No activity results to display
Show More