| Thread | Last Post | Replies |
|
| Im getting frustrated and angry! | 24 Aug 2005 14:15 GMT | 53 |
Ive been using C/C++/VC++ for a long time. And recently I attempted to check java out, web-programming in specifc, well so far, it was NOT a good experience. What Im trying to do is very simple and straighforward, an applet and a
|
| table rows | 23 Aug 2005 21:34 GMT | 1 |
Is it possible to dynamically add rows to a JTable or do I have to specify the table fully before runtime? Peter Simmonds
|
| How to install java program to Nokia phones...? | 23 Aug 2005 12:36 GMT | 3 |
I want to download a a.jar file ( java, jsr-82 program. ), when I send this file to some mobile phones, they can ask me to install or not, but when I send the same file to Nokia 6230i, it didn't ask me this, and I can't install this program, becasue the message shows ...
|
| Comparing a token and a string | 22 Aug 2005 21:43 GMT | 11 |
I need to break up a large string into individual words, and then compare the first word of the large string with a different word. I can get the first word of the large string and display it and I can also display the word I want to compare it with, but when I compare them, it says
|
| JButton question | 22 Aug 2005 13:32 GMT | 6 |
What's a good way to indicate that one of several JButtons is recommended in a given situation? I tried changing the background color, but I don't like the results. Is there an API method to "highlight" the button? I considered setting the button as the default button. But if ...
|
| How to improve the performance while scaling image using JMagick | 22 Aug 2005 10:43 GMT | 3 |
I woul like to know how to improve the performance, while scaling the image using JMagic. I am using the following code to scale the image. //Code Begins ImageInfo info = new ImageInfo();
|
| convert sql date | 22 Aug 2005 03:09 GMT | 1 |
I have a sql Date with the format yyyy-MM-dd. To show the birthday date of a staff in JTextField, I did as birthdayTextField.setText(staff.getBirthdayDate().toString); //I can get 1979-12-15
|
| Setting the state of a menuitem on the fly | 22 Aug 2005 00:49 GMT | 1 |
How can I set the enabled/disabled state of a menuitem depending upon current conditions? For example: Suppose I have a menu item called "Delete selected item" If there are no items selected then I would like the menu option to be greyed out (disabled)
|
| Avoiding copying an array in JNI | 21 Aug 2005 16:34 GMT | 2 |
I am building an interface to a C dll (also compiled as an so library in linux). This is my problem: The operation performed by the dll/so file takes about 2 minutes to execute. In the past, when accessing this dll from C/C++/Matlab etc. code, I have always
|
| Netbeans 3.5 to 4.1 | 21 Aug 2005 11:37 GMT | 3 |
I just upgraded from Netbeans 3.5 to 4.1. It's pretty snazzy. A couple of things I'm wondering if I can change are the default white IDE theme to something a little more soothing on the eyes, and get the compiler to stop opening an output tab everytime I
|
| Exception in thread "AWT-EventQueue | 21 Aug 2005 11:35 GMT | 3 |
Ive got a swing application with quite a lot of code. With several JFrames being created at various stages. Its working fine but sometimes Im getting a ClassCastException ,copied below, at no
|
| netbeans/eclipse install | 21 Aug 2005 10:27 GMT | 1 |
Im having a problem when i install netbeans or eclipse on my win xp box, where as when i goto star a new project, the options to create servlets are not available. Eg:
|
| redirect to .cmd page | 20 Aug 2005 14:47 GMT | 1 |
I have win2K with NT. If I have a java program, write instructions to do a runtime exe of the "C:\WINNT\system32\CMD.EXE" and then run as appearing inside the black dos page.
|
| My own java library, like in C++ | 20 Aug 2005 12:13 GMT | 6 |
I have been working as a programmer using C++ only for quite some time now, I never felt the need to do any development under Java, but that has now change; as we all know Java is not longer a programming language that can be ignored. Thus I have decided to port or convert my
|
| Netbeans 4.1 Project Location (Windows) | 20 Aug 2005 07:37 GMT | 1 |
Hi n00b here, with a simply question to which i hope there is a simple answer. I would like to put Netbeans on my classroom pc's for students use, but as such need to simplify and standardize as much of the
|