| Thread | Last Post | Replies |
|
| [announce]Celebrate Independence Day with Stylus Studio | 30 Jun 2005 23:16 GMT | 1 |
Hear ye, hear ye, all in comp.lang.java.programmer: Stylus Studio (http://www.stylusstudio.com) has issued a call to the global community of XML developers, to celebrate their independence from incomplete and over-priced XML IDEs. With the new product launch of
|
| Java Radio Buttons | 30 Jun 2005 22:24 GMT | 1 |
I am creating a GUI in Java and would like to make buttons that behave like radio buttons but look like regular JButtons. That is, I would like for there to be a button group of three rectangular buttons, with one of them always selected (and displayed differently as the other
|
| javaservice not starting service on reboot | 30 Jun 2005 20:02 GMT | 1 |
I haved used javaservice to create a service out of my java app on Windows 2000 server. I can start the service OK manually, but it does not start automatically on boot up, even though it is set to automatic. The java app is accessing network drives...could this be the issue?
|
| Question about Struts <logic:iterate> tag | 30 Jun 2005 19:55 GMT | 2 |
I have an action class that creates an ArrayList of Foo objects and then sets them in the request. Note I am putting the list itself directly into the request: FooAction.java:
|
| Is there anything like Oracle ADF in other Java IDE tools ? | 30 Jun 2005 16:27 GMT | 10 |
I am looking for another framework like Oracle ADF to be used with Java IDE other than JDeveloper. We have found that ADF makes development easier, BUT today there is anouncement from Oracle that ADF is 5K per processor or USD 100 per
|
| Creating a DropDown Menu | 30 Jun 2005 16:21 GMT | 3 |
Can any one help me in creating the menus using the html. the type of menus that i am looking are shown in the following website http://www.adobe.com/ In the home page
|
| enum aliases | 30 Jun 2005 16:09 GMT | 5 |
IT would be nice if there were an easy way to have both valueOf and toString aliases for enums. Why? To allow you to use reserved words like true, false, default, null as
|
| Code Review Request | 30 Jun 2005 15:26 GMT | 2 |
folks, I modified this class on executing system commands from a version on koders.com. Being a less than expert coder I was wondering if I could get some code inspection/style tips to insure it is coded properly.
|
| A button close in JDialog | 30 Jun 2005 15:00 GMT | 15 |
I have a a JDialog (extends of JDialog class) object in that I have an aPanel (extends of JPanel class). In this aPanel, I have button. When I click this button, I want this dialog to close. Could you please tell me how to do that.
|
| Ant targets | 30 Jun 2005 14:22 GMT | 3 |
I need to write an ant script which has several targets. The script must be able to differentiate, when invoked, between two conditions ...call the conditions A or B. Based on whether condition A or B is specified, the value
|
| Utility class to check validity of package, class, and method name | 30 Jun 2005 13:48 GMT | 3 |
is there any utility class to check the validity of package, class, and method names given as String? Valid: In terms of the the Java Language Specification, especially http://java.sun.com/docs/books/jls/first_edition/html/3.doc.html#40625?
|
| How to get file extention from Content-type. | 30 Jun 2005 12:05 GMT | 3 |
I want to get file extention from file's content-type. I wanted to handle file with blank name in my mail client. For handling this I need to create temporary file. For that I need to decide file extention based on content-type.
|
| How do I display the current time *including milliseconds*? | 30 Jun 2005 10:41 GMT | 4 |
How do I display the current time *including milliseconds*? Hello, I need to display the current time including milliseconds. The following code:
|
| Polishing for Syntax | 30 Jun 2005 07:32 GMT | 3 |
Can this use of Java 1.5 for be make more terse? public class ForTest { /**
|
| speeding up a program | 30 Jun 2005 07:28 GMT | 8 |
I have a program that queries an MS Access DB then fills in the approperate info in the program. I'm using the standard jdbc.odbc bridge right now. And it is very slow. I was wondering if there is anyway to speed it up.
|