Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~9K People Reached
About Me

Student

Interests
All things computerized. Football & Running & And a bit of this and that
PC Specs
Dell Inspiron 9400 Intel(R)Core(TM) 2cpu T7200 @2.00GHz 2GB DDR2-667 NVIDIA GeForce Go 7900 GS
Favorite Tags
java x 23
c x 2
c++ x 2
php x 1

16 Posted Topics

Member Avatar for Catweazle

Hey Was just wondering if there is a way to un-attach, Attachments in a thread? Because i was having problem with my project and i put problem code up and an attachment of my hangman.java and NumberGame.java code which was more or less finished (Also got some great advise). But …

Member Avatar for WaltP
3
1K
Member Avatar for toomuchfreetime

Hey I'm trying to get a splash screen going for my application but having a problem in finding the image once the splash screen is called it returns a null. I'm trying to use the java standard 6 way where the splash screen is displayed before the jvm is started …

Member Avatar for rahul4/69
0
475
Member Avatar for Trogan

Try something like this. It should do the trick. This is one of the basic control statements for assessing values in arrays. Good luck. [code=java] max = 0; for (int i = 0; i < array.length; i++) { if(max < array[i]) { max = array[i]; } } [/code] P.S. try …

Member Avatar for Ezzaral
1
980
Member Avatar for InsaneVr6

Hey are you using mysql command line utility? Your text looks out to me. there is no 'd' in mysqld.sock i.e /var/run/mysqld/mysql.sock Not [QUOTE]/var/run/mysqld/mysqld.sock[/QUOTE]

Member Avatar for InsaneVr6
0
112
Member Avatar for shroomiin

Looks like you have the variables set up the wrong way around [code=java] # public void setVarX( String X ){ # X = VarX;} [/code] Try it this way [code=java] # public void setVarX( String X ){ # VarX = X ;} [/code]

Member Avatar for javaAddict
0
123
Member Avatar for toomuchfreetime

Hey all, I'm doing my final year in collage and have come up with an idea of using rfid readers and chips to track peoples movement within a defined zone. I've been told that i will be using JBoss but that hasn't been nailed down yet. What i need help …

Member Avatar for toomuchfreetime
0
190
Member Avatar for henrock143

Mmm i don't think it works like that around here. How about you post your code and we can see then if we can help you with it.

Member Avatar for anupam_smart
-1
99
Member Avatar for StarZ

It look to me like you have all the code you need in front of you. Copy the 'setBase(double newBase)' method in the Triangle class and redo it so that it sets the height. as you are already passing in a value for height in the main.

Member Avatar for BestJewSinceJC
0
731
Member Avatar for henrock143

When you say reads do you mean reading from file or just a mistype? I think you mean read from an array. This can be done by checking each number in the array and seeing if they are devisable by 2. If they are then it is even other wise …

Member Avatar for zhangj5
-5
126
Member Avatar for toomuchfreetime

Hey I'm building a application and using JTree to navigate between the functions. This is working but can't figure out how to set up the JTree to have different icons for each node. I can have one default icon that gets rendered to each node or set up an icon …

Member Avatar for Ezzaral
0
1K
Member Avatar for toomuchfreetime

I'm having a really anoying problem with my picture display for a kids game. In the code supplyed i've only given the PicPanel where the picture function is placed. ButtonHandler where the listener is for the answeering of the questions & NumberGame main class that imports the previously defined panels …

0
76
Member Avatar for toomuchfreetime

Hey Seem to be having a problem updating a JLabel updateScore() and don't seem to know why. this is effecting my keeping score. I know it something small but for life of me can't figure it out. Other JLabels have been up dated (see attachment for full programe) [code=java] import …

Member Avatar for Ezzaral
0
3K
Member Avatar for toomuchfreetime

Hey I've been writing this hangman code for last week in college. and nearly got it finished but am after running into a problem. i want to run two different button handlers but can not figure out how to?. one for the letter a to z which i have working …

Member Avatar for peter_budo
0
144
Member Avatar for toomuchfreetime

Hey can any one help me i'm doing a hangman program and want to display blanks where a to z is. how can i do this? I've got it replacing "a" but can't get it to replace the rest i.e. b to z any help would be appriaciated. [code] show …

Member Avatar for toomuchfreetime
0
117
Member Avatar for toomuchfreetime

The following is a project that i'm working on at the moment and as i say is work in progress but having huge problem in trying to have a dynamicly re-sized array once the array gets too big. in the programme which will mean i'll miss out in a huge …

Member Avatar for Narue
0
150
Member Avatar for toomuchfreetime

Hey everyone new to the board and in a bit of bother. I've got this assignment thats been plaging me for two weeks but i can't do this one bit as i just don't get it. I've got to write a programme that takes data in from a file and …

Member Avatar for Salem
0
120

The End.