User Profile
Collapse
-
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. -
I need some samples which is by using previous and next pages and the records every page can be stored and viewed using Arraylist.. -
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.Leave a comment:
-
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.Leave a comment:
-
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.Leave a comment:
-
-
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(),... -
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) {
...Leave a comment:
-
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. -
mouse lock and unlock
how to lock mouse and unlock in click event it again using .NET windows application. -
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. -
-
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. -
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....
No activity results to display
Show More
Leave a comment: