| Thread | Last Post | Replies |
|
| Help Resources -- Forum/Tips N' Tricks/Tutorials/Blogs | 12 Dec 2005 01:19 GMT | 1 |
Hey, I have a new site: http://www.wizardsolutionsusa.com If you are in need of help or like to give help to others, then you may find it useful. Remember, it only takes 90 seconds to sign up at the forum and ask a question or
|
| enduser q: freezing text, help please! | 12 Dec 2005 00:16 GMT | 3 |
Hi. I use this great, free scrabble site, www.isc.ro. The owner has written a stand-alone java application that runs on various platforms to connect to his scrabble server. My problem is that often the text in the scrabble program either disappears
|
| If statement - whats going on here? | 11 Dec 2005 22:18 GMT | 22 |
Hiya ok peeps, we all know how normal if statements work, but how does this work? What should be expected from the outcome? boolean brandNew = false
|
| GUI Advice | 11 Dec 2005 09:09 GMT | 1 |
I'm wanting to create a GUI for editing the birth line of families, ala ERWin style, where you have icons of people. You can drag drag the people around and drag/drawing lines from one person to another creates relationships, and right clicking on the person gives you editing
|
| ActiveX bridge problem with package | 10 Dec 2005 21:49 GMT | 3 |
I try to package a JavaBean as an ActiveX control with the packager.exe utility. If the bean class is put in the anonymous package, it works fine. But if it's in its own package, it doesn't work (class not found in ActiveX control test container).
|
| Help | 10 Dec 2005 21:39 GMT | 3 |
I just installed Java in my XP system. But I can't compile the .java files in command promt. what I want to do?. I'm just a new born kid to programming sector. If possible give me answer in tamil or in English. Thanks
|
| Threads | 10 Dec 2005 21:36 GMT | 6 |
I'm in the middle of refactoring a program, it is controlled by a single thread. I was wondering if there a more efficient way of running the program without using Threads? As this seems to be in an infinite loop.
|
| Need some assistance | 10 Dec 2005 19:39 GMT | 2 |
This is the error I get: 1 error found: File: C:\JBuilder3\myprojects\PostCardDemo.java [line: 9] Error: cannot resolve symbol
|
| How to avoid the message "Unknown source"? | 10 Dec 2005 18:15 GMT | 2 |
Before I used the option -classic with java but it is not supported anymore. I would like to know the line that caused the problem in my program without using a debugger. Thanks in advance for your answer.
|
| newbie question about java's syntax | 10 Dec 2005 17:01 GMT | 4 |
I have a background in c++ and this syntax looks basically just like C++. What throws me off is the first line and the last line. I'm thinking it's a statement because it has ; at the very end, but it looks like a function definition sqeezed in as an argument of a function call. ...
|
| non-static context | 10 Dec 2005 15:22 GMT | 6 |
Hi, I know that there are already many posts about non-static context. But, i don't still understand. So please bear with me. I got the following error message. I know if i define "deviation" as a class variable, then i won't get the error message.
|
| File Transfer through Sockets Help | 10 Dec 2005 04:02 GMT | 4 |
I have been messing with sockets and have run into a problem transfering files. I can transfer files from client to server fine on the same computer but when i move the client to a computer on the network the server does not read the entire file contents.
|
| Creating Integer object from int | 10 Dec 2005 00:43 GMT | 5 |
I'm experimenting with collections and got myself stuck. I want a list (ArrayList) to contain numbers, but it seems an ArrayList cannot contain primitive int types. It seems to work OK with Integer. But how do I cast an array of int to an array of Integer?
|
| why contentPane.remove(jLabel1 ); is not working? | 09 Dec 2005 23:54 GMT | 4 |
hai all i have a problem in my code.i have added the code.when the button is clicked the label should disappear.but it is not disappearing.can any one help me.
|
| JMX viewer | 09 Dec 2005 18:09 GMT | 1 |
Could have sworn there was some default JMX viewer/browser available, but looking around the Java tree, nothing's jumping out at me. Anyone have a clue what I'm thinking of?
|