yesaya handoyo

Greenhorn
+ Follow
since Aug 31, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by yesaya handoyo

Yes,by a swing jtable..Can you help me?Thanks..
Hi guys..I want to ask..Is it possible to print the datas from a jtable by using ireport???Can someone teach me how to do it??I'm intending to create a pos application..Thanks a lot..
I use it in the TableModelListener and it works for me..Thanks...
16 years ago
My question is how to add a row when i press enter on the last column of a row..The code i got works fine with me..Please help me if you guys have a better idea...Thanks a lot..
16 years ago
This is the code that i get from netbeans forum and it works for me
16 years ago
I'm sorry guys...My question is how to add a row,and thank God i'ved got the answers for my problem...Thanks a lot...
16 years ago
Hi guys..i need help about adding row to jtable..These are the codes that i've make using netbeans..

16 years ago
Hi all,i want to ask.I'm using JTable with Netbeans..Is it possible to get the edited column and search it into database,and put the other data to the other column?For example,i got a table with which columns are code,name,price,qty,total.When i edited the code column,and on keypressed,it will search into database..How i should deal with it??Please help me...Thanks a lot...
16 years ago
Hi Jeanne,sorry..I found out the problem.I don't need to use the ChangeMenu()..Thanks a lot..And sorry..
16 years ago
This is the code that i use :

16 years ago
Hi all,i need help..I use a JList to display data from mysql data..When i delete the data from the JList,it doesn't display the way i hope..Here are the codes i've made and the sql for the tables..I got data about usrname,menu and description.When the admin add user,the menu will be saved instead of description.And when the admin want to edit the authorization,the JList will display the description instead of the menu.Thanks a lot...

The sql file :


the codes :
16 years ago
Ok,thanks Rob.May God bless you for your help..
16 years ago
Never mind Jeanne..I'ved worked it out.I read the api about JList..And i have got it work..Thanks a lot Jeanne.May God bless you for your help...
16 years ago
Hi Jeanne,i need help about saving Strings from JList into database.I got 2 table,one is user_rights contain username and menu,the other one is user_menu contain menu and description.I put the JMenu name into the menu field for authorizing the user.And what i display in the JList is the desc which contains the description for the menu.For examples..The menu is mnuUser,then the desc is Menu-Master-User..The data that i would like to save is the menu,not the desc..Thanks a lot...
16 years ago
Ok,i'll try it out.Suppose using netbeans is no a big difference,isn't it?Thanks..
16 years ago