Im friendly, funny, honest, helpfull and i like dogs (dogs are so cute)
- Interests
- being together with friends and try to get my body back in shape with P90X (Bring It).Right now i hope…
30 Posted Topics
Hello everyone... I have just a simple project where i have to draw a picture (Robot) and on a klick on a button, the Robot turns to the left. My problem is, the Robot turns correctly but the new Robot drawing (position showing the Robot from the left side, back … | |
Hello guys... I downloaded JDK 6.0 (btw is it the same as JDK 1.6?) Anyways, when i want to install it a error message pops up during instalation that says: [B]Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could … | |
Hi... I started experimenting with Unity3d and for me as a beginner it is quite easy to use. My problem is that i am not very creative when it comes to 3d modeling so i purchased myself an already finished character with animations. But this character is one 3ds Max … | |
Hello guys... I have a strange problem on my calculation for a First in First Out Algorithm. The problem is, when i have to calculate 4 processes and above, the waiting time on my processes are wrong, but when i have to calculate only up to 3 processes it is … | |
Hello everybody...!!! I got a little but bothering problem. I create a First in First out algorithm schedule but somehow i have a problem in computing the WT(Waiting Time). Actually i have a WT but it only considers the current AT(Arrival Time) of the current process and does not include … | |
Hi everyone... I made a simple java game in Eclipse Helios ver. 3.6.1. Now i want to send that game to my sister as an Executable. Can someone please explain to me how i do it? Thank you very much... | |
Re: Im not sure if i understood you correctly but you can make a JLabel under the button and when the button is clicked, the JLabel will be set to visible with the informations of a button on it. | |
Re: Can you write your code please between "[code]" here your code "[/code]" brackets? The brackets without the quotations. This makes your problem easier to read. | |
How can i continue a very long sentence on the second line in a JLabel? /n does not work /t does not work as well I dont want the html thing cause i have a simple application. Thank you | |
Im planing to have several Methods that will display the question and the answer choices to their coresponding labels and cmdButtons. But somehow i get the error message "void is an invalid type for the variable" when i want to create my method below of my code (i commented the … | |
Re: Just do something like that: [code] cmdEnter.addActionListener(new ActionListener() { public void actionPerformed(ActionEvent e) { dispose(); //closes current Panel new frmPanel2().show(); //opens next Panel } }); [/code] | |
Re: Did you saved your Class as .java? When you let it run over cmd using jdk, it would help when you put all your cmd inputs in a notepad and save it as ex.: Run.bat for example you write in your notepad: cd.. cd.. cd Program Files cd Java . … | |
My problem is that i have a main menu Class and i want that a MIDI song plays in the background. I research a bit in the internet but i only found to make a sound class... But i dont want to make a own class for it. Isn't there … | |
Hello... Like the title already says, i have a Panel with a TextField and when a text is entered, i want it to appear on a JLabel that is located on another Panel. Can someone give me the Syntax? Or is it more complicated to do? I do not use … | |
Re: German bread with diffrent kind of cold cuts (salami,lioner and so on) topped with a slice of cucumber and scrambled egg on the side. + fresh orange juice. | |
Re: How about you look for an establishment and propose a IS for them? For example, Payroll... Ok most likely they already have an automated Payroll system but maybe the establishment is not happy with this IS and you can offer to study their system for a solution? | |
Hello :-) I read that code reading will enormously boost your programming skills. Since my skills are very low (even with practicing tutorials), i want to try code reading. Because i think this is where my weakness is. I have problems in understanding what happens with value or where it … | |
Hello everyone :) My problem is that my input will not be transfered when i build a new Object. To understand my problem i give you first the output: Welcome Hero! Show me your Attributes! Enter your Name: KIKI Enter your Strength: 50 Enter your Health: 60 Enter your Intelligence: … | |
Oje me again... :$ Hello everyone... I have a superclass Human and a subclass Warrior. Problem is, human got this method: [code] public void Reveal() { System.out.println("I am " + name + ". "); System.out.println("My Strength is " + strength + " my Health is " + health); System.out.println("My Intelligence … | |
Hello everyone... For now i have build a Human class and i want to test it now but on 2 lines there is an error and both errors states "void expected". I have a main function in my class but later i gonna remove it because i want this Human … | |
Hello everybody... I did a project in c++ about factorials. Now i will do it on VB6. But my problem is somehow my output is always 1. So i think my funktion i made take no action at all. Would be greate if someone can spott my error...Thank you [code] … | |
Hello everyone... I have 2 questions and it would be great if you guys can help me on these. I wrote a factorial program and it works already. The problem is when it comes to higher outputs. For example: 11 P 5 = 55440 // this works so far but … | |
Re: When you have 1 year time for this i guess someone wants you tod o this project. So im guessing as well you have some programming experience. Why dont you try a language you´re familiar with? Check maybe in the internet if its possible with these languages you already know … | |
Re: [b]eintracht frankfurt ! ! ! ![/b] for this club i would die ! ! ! | |
Hello again :) I had this project (first block of codes below) and out of this program i have to do the same again but this time using functions. My problem now is, i made some functions ( i hope these are functions) but on the last part (the one … | |
Hello everyone... I have a problem on the last part of my codes. This programm supposed to accept several kind of courses and its corresponding grades. So far so good... but when it comes to display the courses and the grades and its remarks of passed or failed, the programm … | |
hello guys im just doing a pos project and i wanted to ask how to print a receipt. im so far that i can sell items and display the change money...but after that i need a receipt to be printed. Can u maybe give me an idea how to do … | |
Good day everyone!!! Pls dont kill me when a forum like this already exist but i was not able to find one through the search function. The purpose of this forum is, that skilled programmers will tell beginners how they managed it to become a programmer. Like what book was … | |
Hello to all!!! Im Hajo and im from germany. At the moment i study in the philippines IT. Btw never mind my spelling or grammar, i know it sucks, i hope you guys are still be able to understand me :) Ok something about me: I just turned 29 last … |
The End.