| Thread | Last Post | Replies |
|
| JOptionPane need help | 30 Nov 2004 22:57 GMT | 1 |
I want to show a dialog asking users to select a string. They also can Cancel if they want to cancel the input. Here is the code for a JOptionPane: Object[] possibleValues {"First", "Second", "Third"};
|
| JBoss to go closed source? | 30 Nov 2004 22:02 GMT | 16 |
Heard a rumor about JBoss going closed source? If they do this, how can those who contributed code become compensated? Will blog this breaking story here: http://blogs.ittoolbox.com/eai/leadership
|
| Empty table cell w/Struts | 30 Nov 2004 20:14 GMT | 3 |
I have an empty string going into a table cell. How can I get the browser to show a border at that location? I have: <td><bean:write name="result" property="home_Score"/></td>
|
| GMail | 30 Nov 2004 18:26 GMT | 1 |
Does anyone has invitation quota to GMail? Seems it's a good webmail. If you still have quota left, would you give me one? My email is patricklaw88@yahoo.com
|
| Java Driven Left Nav Menu Question - Please Help! | 30 Nov 2004 18:02 GMT | 3 |
Hello Java experts, This question concerns the attempted implementation of animated navigation menus on the left nav of a dynamically populated page/website. The left nav menus are simply categories and sub-categories that expand to the right on
|
| struts - opening new sized window | 30 Nov 2004 17:49 GMT | 6 |
Using Struts, I have a form displayed for a user to edit values. Now next to a text area, I have a label which is a link that opens a new window that displays a grid of available values for the text box. The user clicks on a value and the popup window closes and fills in the
|
| hey i am new to this | 30 Nov 2004 17:45 GMT | 8 |
hey guys my name is tamer and i am new to this group and i hope that i learn more about java actually i am kinda in the middle of my java programmer certification and i feel like ofcourse am newbei here :)
|
| Countdown thread resume problem | 30 Nov 2004 17:36 GMT | 5 |
I've written a simple app that displays current time and lets the user input time to start the countdown. It works well, except for one thing: when 'Stop' button is pressed, it should call the pause() method, and when 'Start' button is pressed again, it should pick up
|
| Lot of good questions on WML, WAP [Push] / HTTP, Cell-carrier / Telco, SMSC / MMSC, Servlet for wireless developer experts to answer ... | 30 Nov 2004 17:01 GMT | 2 |
- Does WML has post method like in HTML? So it's just really sending a HTTP request. - Or WAP [Push] only? Is WAP widely use and common-standard in the wireless world these days?
|
| please recommend a design pattern book in java | 30 Nov 2004 16:15 GMT | 9 |
I searched Amazon and it came out a list, could you please recommend one, which one is of the best for a mid-level programmer? Thanks. 1) Design Patterns Java Workbook by Steven John Metsker 2) Applied Java Patterns by Stephen A. Stelting 3) Java Design Patterns: A Tutorial by James ...
|
| Something is wrong with "Casting" | 30 Nov 2004 14:25 GMT | 5 |
the Problem I have is kind of crazy: I want to cast a vector to Integer and save elementAt(1) in Integer i: Integer i = (Integer)row.elementAt(1); It does show me the Element if I do this:
|
| Why cannot open .txt file with Encoding = UNICODE using javascript window.open()? | 30 Nov 2004 14:11 GMT | 2 |
I cannot directly open the text file with Encoding = UNICODE using the javascript window.open() method, do anyone know why?? Thanks a lot!
|
| console editor | 30 Nov 2004 14:00 GMT | 3 |
Hello group, I want to write a console editor (nano, pico, vi, et.c.) in java, but have no clue where to start. All hints are welcome. Maybe there is a project I could base it on?
|
| adding jars to classpath on runtime without -cp option | 30 Nov 2004 13:00 GMT | 8 |
I need to add jar to the classpath on runtime. When I say runtime I mean without using -cp option when running the program, but dynamically after the program already started. I tried to use System.setProperites("java.class.path",newClassPath) but
|
| Best way to do this | 30 Nov 2004 12:17 GMT | 5 |
I´m developping an applet that plays a wav file and now I wanna add a slider to showing the position for the wav file, but I have no idea to do it. How can I communicate the read for the wav file and the slider. Listener, Timer or what?
|