| Thread | Last Post | Replies |
|
| Swing | 01 Aug 2007 06:54 GMT | 1 |
Im having trouble getting started with swing. I have created the following, but I cannot figure out how to paintComponent(Graphics g){ g.drawOval(x, y, 2, 2);}. I posted this originally to c.l.java.help but that may be a low traffic NG so am reposting it
|
| increment letters | 01 Aug 2007 05:37 GMT | 17 |
Hi. I'm designing a Wheel-of-Fortune kind of layout using JButtons with ActionListeners to guess letters for words (kind of like Hangman, but using JButtons). I've set up a for loop that gives me 26 JButtons, but right now, all 26 buttons display "A". Can anyone tell me how to
|
| xalan extension functions | 01 Aug 2007 04:11 GMT | 3 |
I'm trying to add XPATH extension function to xalan-j with namespace, I'm doing that using the following code: Function func = (Function) class.newInstance(); int findex = FunctionTable.installFunction(name, func);
|
| Facade Stateless session ejb Transaction attribute | 01 Aug 2007 04:08 GMT | 1 |
I have an Stateless session ejb acting as a facade to the business classes. The EJB method just invokes appropriate business class/methods based on the task id passed. I wonder what should be the Transaction Attribute to be set
|