User Profile

Collapse

Profile Sidebar

Collapse
saiindu
saiindu
Last Activity: Oct 21 '08, 10:55 AM
Joined: Mar 20 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • print or display values in jtable using arraylist tokenizer

    Help me how to retrieve values which is stored in arraylist tokenizer and then make the values to print in jtable records.
    See more | Go to post

  • saiindu
    replied to Pagination in jtable
    in Java
    I need some samples which is by using previous and next pages and the records every page can be stored and viewed using Arraylist..
    See more | Go to post

    Leave a comment:


  • saiindu
    replied to Pagination in jtable
    in Java
    All i need is not given in that article given in that site. I want to save and retrieve the values whever i need in that paging without database. I already stored that using arraylist but i dont know how to print in required page.
    See more | Go to post

    Leave a comment:


  • saiindu
    replied to insert values in new jtable from old one
    in Java
    The form name is B. I'm trying to retrieve the values using
    StringTokenizer tokenizer;
    for (int i = 0; i < B.size(); i++) {
    System.out.prin tln(B.get(i));
    }
    I want to print this retrieved data in the same jtable overriding the old one. That is using paging.
    See more | Go to post

    Leave a comment:


  • saiindu
    replied to insert values in new jtable from old one
    in Java
    Actually i'm using the DefaultTableMod el in my project. We are using arraylist for each forms to retrieve the data. What i need is to retrieve values given in jtable should be displayed in same table same form with different pages.
    See more | Go to post

    Leave a comment:


  • saiindu
    replied to insert values in new jtable from old one
    in Java
    Can u give an example for that sir, pls...
    See more | Go to post

    Leave a comment:


  • saiindu
    started a topic insert values in new jtable from old one
    in Java

    insert values in new jtable from old one

    How to insert values from one jtable to another jtable using arraylist(token izer).
    [code=java]
    private void readPreviousVal ues() {
    String temps = null;
    StringTokenizer tokenizer;
    for (int i = 0; i < B.size(); i++) {
    tokenizer = new StringTokenizer (B.get(i).toStr ing(), "%%");
    dm.setValueAt(t okenizer.nextTo ken(), i, 1);
    dm.setValueAt(t okenizer.nextTo ken(),...
    See more | Go to post
    Last edited by Nepomuk; Aug 28 '08, 10:51 AM. Reason: Please use [code] tags

  • saiindu
    replied to Pagination in jtable
    in Java
    According to the row count records r splitted to 10 per page. That is if i give 12 records in rowcount.It'll show 10 records in one page and 2 records in second page. Records in jtable r saved in arraylist and using tokenizer we r retrieving the records. And i've used the below code to split the records as 10 per page.
    This is called in the Next button click event
    [code=java]
    private void Assign_Page2(in t RowCount) {
    ...
    See more | Go to post
    Last edited by Nepomuk; Aug 28 '08, 08:18 AM. Reason: Please use [code] tags

    Leave a comment:


  • saiindu
    started a topic Pagination in jtable
    in Java

    Pagination in jtable

    I want to do paging concept in my jtable by displaying 10 records per page if i choose 25 in rowcount, it has to split 10 in each page balance records in last page using previous and next buttons. Also After complete filling the 10 records and going to next page and fill the balance records. If i give back button the information which i gave should display.. Pls guide me in doing this task.
    See more | Go to post

  • saiindu
    started a topic mouse lock and unlock
    in .NET

    mouse lock and unlock

    how to lock mouse and unlock in click event it again using .NET windows application.
    See more | Go to post

  • saiindu
    started a topic Keyboard and Mouse events
    in .NET

    Keyboard and Mouse events

    Its my task that i should deactivate and activate keyboard and mouse using API using C#.NET. I got a project regarding this but its just given by sleeping time. My T.L told that we should give a source, a destination with time as inputs then it should lock the system.
    See more | Go to post

  • saiindu
    started a topic Text Box in grid view
    in .NET

    Text Box in grid view

    How to insert textbox in grid view dynamically.... ..
    See more | Go to post

  • saiindu
    started a topic Keyboard and mouse events
    in .NET

    Keyboard and mouse events

    Hey its a task given by my T.L. Help me in clearing this issue. I've to get the problem solved. I need to Deactivate and Activate mouse events by c#.NET.
    It is important to me.
    See more | Go to post

  • saiindu
    started a topic Keyboard events and mouse events
    in .NET

    Keyboard events and mouse events

    how to disable and enable mouse from all the windows by button click event in c#.Net. Also how to disable and enable all the function keys by button click event. Pls solve the issue soon....
    See more | Go to post
No activity results to display
Show More
Working...