User Profile

Collapse

Profile Sidebar

Collapse
sumancal
sumancal
Last Activity: Apr 11 '08, 08:40 AM
Joined: Mar 28 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • sumancal
    started a topic ScrollBar Problem
    in Java

    ScrollBar Problem

    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);...
    See more | Go to post

  • sumancal
    started a topic PopUp Solution
    in Java

    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.
    See more | Go to post

  • sumancal
    started a topic Jtable Problem
    in Java

    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;
    ...
    See more | Go to post

  • sumancal
    started a topic pojo base tree structure
    in Java

    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
    See more | Go to post
No activity results to display
Show More
Working...