| Thread | Last Post | Replies |
|
| Where is "libraries" property file in Eclipse? | 14 Aug 2006 18:16 GMT | 1 |
I have about 50 libraries in the Java Build Path dialog. Most of them like classgen.jar - \my_project\ide\lib\ are invalid. The valid ones look like this
|
| It this a good solution? | 14 Aug 2006 18:06 GMT | 2 |
i've a question for you. I have a form with 3 fields,name,city,address. I've a page in which the user enters the number of forms he wants to submit.
|
| Custom date component.... | 14 Aug 2006 17:35 GMT | 1 |
can you give me link or code to implement a custom date component for a jsf form? I want the possibility do insert day,month and year... thanks very much
|
| Dynamic forms.... | 14 Aug 2006 17:19 GMT | 7 |
i'm a new user of jsf and i have a singolar question for you, i don't know if a solution exists and i need your help. I have a form with some fixed input fields. I want my applications asks me in a menu page the number of forms i
|
| create a bean on webapp startup | 14 Aug 2006 16:00 GMT | 1 |
Unsuccessfully web browsing makes me come here. I wonder if it's possible to create a bean (used by <jsp:use-bean>) on startup, also through web.xml. I've seen it is possible to launch a servlet with <load-on-startup> xml element, but, as I believe I've
|
| JTextArea as a parameter? | 14 Aug 2006 15:40 GMT | 2 |
If I have a JTextArea in an applet and I want to send the contents of the JTextArea to another class, how would I go about doing that? Thanks!
|
| good webhost for java??? | 14 Aug 2006 14:29 GMT | 3 |
Hello, I'm working on a website that will include jsp, servlets, and other java components and access a MySQL DB. Does anyone know of a good webhost that provides support for this? I did a search and I saw alot of hosts that mentioned php and .net but
|
| Convert from HEX to decimal Latitude and Longitude | 14 Aug 2006 14:20 GMT | 5 |
I have a binary file with coordinates in Latitude and Longitude how can I convert then to degrees? Byte 180-183 (Latitude) Hex 119c67 integer 18418791
|
| how can I make sure that others will not override my method? | 14 Aug 2006 13:56 GMT | 2 |
If you want subclasses to access, but not to override a superclass member method, what keyword should precede the name of the superclass method?
|
| Eclipse + WTP Help | 14 Aug 2006 13:12 GMT | 7 |
Hi (newbie), I have been using Eclipse Webtools for some time now with j2ee and am happy with it, However recently I have been getting an error with it, when trying to
|
| Custom Dailog Box using JavaScript | 14 Aug 2006 13:00 GMT | 4 |
I m new to JavaScript and widely Exploring programming in js i have a situation where in i do not want to use alert(message); / prompt(message) kind of functionility. rather i want to contruct a custom dailog Box.
|
| netbeans and code reformatter | 14 Aug 2006 10:58 GMT | 5 |
1) When I press ctrl+shift+f to reformat the code, it goes like that: void method() { for (...) {
|
| class files lost in eclipse project | 14 Aug 2006 10:23 GMT | 8 |
I lost my java clas files in my eclipse project. I try to build the project but without any success. I try to clean my project and rebuild it, but only success! But how get I my class files back?
|
| Why does AffineTransform not work on JTextPane? | 14 Aug 2006 09:51 GMT | 10 |
I can rotate every other type of component I've tried, but when I rotate a JTextPane by 90 or 180 degrees (which I REALLY need for my customer's application) The clipping and bordering get all messed up and I'm at my wit's end trying to make it work.
|
| Text to other panels | 14 Aug 2006 05:29 GMT | 1 |
I am learning how Java works and don't quite understand the ActionListeners and how to control other panels. I wrotes this program that is for inventory. It has 3 main windows (GUI) open, 1 is the status and error messages, 1 is for the buttonbs and the other has the
|