Since 4/5/2012 6:04:33 AM, cjaouhar has written 5 articles and participated in 0 conversations. cjaouhar signature: cjaouhar
cjaouhar's articles:
Items(5) /1
Detecting selected text change in a JTextArea1296 (10/11/2007 5:22:25 PM) comp.lang.java.programmer I would like to detect any selected text change in a JTextArea, wetherthe selection changed using the mouse button or the shift+arrow keys.Is there a way to detect that?CJ... cjaouhar
Connection Problem after Power Outages036 (2/1/2007 12:28:51 PM) comp.databases.mysql I have an application running on windows 2000, and using mySQL version 4.1.7, and myODBC version 3.51.10. Everytime there is a power outage, my application can no longer connect to mySQL. I get the message: "ca... cjaouhar
One click install for MySQL and myODBC038 (8/31/2006 6:31:28 PM) comp.databases.mysql I have the install exe for mySQL version 4.1.7 and myODBC 3.51.10. Both executable bring up a wizard type interface from which the user has to make choices. I am looking for a way to install both with 1 click w... cjaouhar
Detecting Tab in JComboBox used as cell Editor030 (7/14/2006 11:23:39 AM) comp.lang.java.programmer I have a JTable where one of the column could contains differents cell editor (mainly JTextField and JComboBox). When an editable cell has focus, and the tab key is pressed, I would like to set focus on the nex... cjaouhar
Wildcard in FileFilter is resetting my File Type031 (5/26/2006 3:14:20 PM) comp.lang.java.programmer I am using a FileFilter with the following extension "*.doc". The getDescription() method for that extension returns "Microsoft Word Document", which is what gets displayed in the "Files of Type" dropdown. My p... cjaouhar