| Thread | Last Post | Replies |
|
| JFrame Keep Focus | 19 Mar 2006 12:41 GMT | 3 |
Is it possible to make a JFrame keep focus no matter if the user tries to click other frames? If so how do I do it? I was thinking of using setFocusableWindowState on all other frames and setting them to false. Is this the easiest way? Also is it possible to remove the x from the
|
| Newbie needs help. | 19 Mar 2006 01:49 GMT | 12 |
I have a program which includes a string array "tabDat[crds][i]". For each "i", "crds" conains a string of various length and content, but generally follows this example: "4?, 10?, 1?, 8?, 10?,". I need to change each of these strings so that where "1" exists it will read ...
|
| Please could you look at my "help wanted" ad at http://community.java.net/help_wanted/ | 19 Mar 2006 00:37 GMT | 1 |
I Need a Programmer I have a idea for a simple application. I am not a programmer but I have done all I can to get the idea to a point where someone might recognize it as useful. I don't need any bleeding or even leading edge
|
| Have you ever considered of mousing ambidextrously? | 19 Mar 2006 00:28 GMT | 6 |
I'm also a programmer, as working in front of computer day and day, my right hand is so tired and ached. So I tried to mouse in both hands. I find that it is really an efficient way to release pains. At first I switched the mouse buttons in windows control panel, but it taked me
|
| Java Beginner | 19 Mar 2006 00:16 GMT | 2 |
Hello, I've started studying and practicing Java for not too long. What do you guys think is the best way to WEB PROGRAMMING with Java. I've tried servlets and Jsp, they work fine, I mean the page can show dynamic context and it can be very useful, but the page is always STATIC.
|
| cocoon + dynamic class loading | 18 Mar 2006 18:42 GMT | 1 |
(transmit-message (Hello *All*) (Say '( I'm trying to create my first generator for Cocoon: 1) I've created java-file (MyGenerator.java)
|
| Static methods thing | 18 Mar 2006 17:51 GMT | 11 |
hi , can anyone tell me that when i declare field or method as static, whether for each user who connect to the server we have a static method or we have one static method for all users in the same server and that static method is shared between all users ?
|
| GUI | 18 Mar 2006 17:45 GMT | 14 |
Hi Team, Iam a new learner to Java and Swing. I dont have any programming experience before. Iam trying to create a GUI with a Textarea to enter the query terms, Get Abstracts button and two scroll panes with text
|
| Please send the Link for Java ExcelAPI | 18 Mar 2006 17:16 GMT | 2 |
Hi Folks, By using Java API , i want to placed the data directly to excel Sheet I have download Excel API ,but it could'nt compiled.it have lot of error's.Please provide me exect API.
|
| 3d surface charts | 18 Mar 2006 15:48 GMT | 2 |
Anyone know of a opensource API that can draw 3d surface charts ? The closest that I can find is Askalon, but is not open source and with little documentation: http://www.dps.uibk.ac.at/projects/askalon/visualization/index.html#surfacechart
|
| Java 6.0 | 18 Mar 2006 14:03 GMT | 28 |
Does anyone know where i can get hold of the source code for the following api JTextComponent.print(MessageFormat headerFormat,MessageFormat footerFormat)
|
| creating a JFrame via JNI | 18 Mar 2006 11:28 GMT | 11 |
I get an unhandled native exception when trying to create a JFrame from C via JNI. The error message is unhelpful and untraceable even on Google. Here is the Java line it claims to bomb on:
|
| A Class.getMethod() question... (an int's class) | 18 Mar 2006 11:27 GMT | 2 |
What's the form for asking a class for a method with a given name, that takes an int as an argument, and then invoking it? I have one way which works, but it is clunky, having to get all the methods first:
|
| javascript: looping thru elements to find duplicates | 18 Mar 2006 07:14 GMT | 3 |
I am entering text into an input field in my jsp, i want to check all other input values to see if there is a duplicate. I am using the getElementsByName method to do this because it returns a collection of values specified by the name. My problem is when i enter in a new value
|
| Automating Installs | 18 Mar 2006 02:59 GMT | 1 |
I have a few Java Packages that I'd like to automate the install of, and was wondering if any of you have any good ideas as to an uncomplicated, free application that would do that. Thanks
|