Computer Science Canada Make jtext field better |
Author: | Junaid2pac [ Tue Jan 15, 2008 6:25 pm ] |
Post subject: | Make jtext field better |
i have a jtext field in my program but am wondering how i can make it so u can only enter numbers and decimals |
Author: | Euphoracle [ Tue Jan 15, 2008 8:54 pm ] |
Post subject: | RE:Make jtext field better |
Perhaps there is an event you can hook into to filter characters. I know there's one for Windows Forms, Swing should be similar if it follows a similar design. |