No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
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
16 Posted Topics
Re: 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 … | |
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 … | |
Re: 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 … | |
Re: 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] | |
Re: 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] | |
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 … | |
Re: 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. | |
Re: 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. | |
Re: 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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … |
The End.