Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
50% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~10.5K People Reached
About Me

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…
Favorite Tags

30 Posted Topics

Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
199
Member Avatar for HelloMe

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 …

Member Avatar for aliartos
0
722
Member Avatar for HelloMe

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 …

0
74
Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
104
Member Avatar for HelloMe

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 …

0
87
Member Avatar for HelloMe

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...

Member Avatar for HelloMe
0
130
Member Avatar for sj5536

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.

Member Avatar for sj5536
0
78
Member Avatar for lynnajoe

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.

Member Avatar for lynnajoe
0
215
Member Avatar for HelloMe

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

Member Avatar for HelloMe
0
150
Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
4K
Member Avatar for titan5

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]

Member Avatar for titan5
-1
124
Member Avatar for nramya82

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 . …

Member Avatar for HelloMe
0
1K
Member Avatar for HelloMe

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 …

0
121
Member Avatar for HelloMe

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 …

Member Avatar for ndeniche
0
1K
Member Avatar for ana12

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.

Member Avatar for jacktb
-7
335
Member Avatar for cherrylacido

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?

Member Avatar for Nick Evan
-2
91
Member Avatar for HelloMe

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 …

Member Avatar for TrustyTony
0
81
Member Avatar for HelloMe

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: …

Member Avatar for BestJewSinceJC
0
119
Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
118
Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
115
Member Avatar for HelloMe

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] …

Member Avatar for HelloMe
0
105
Member Avatar for HelloMe

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 …

Member Avatar for MyrtleTurtle
0
83
Member Avatar for fallendream

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 …

Member Avatar for jadkins
0
570
Member Avatar for ITKnight
Member Avatar for HelloMe
0
202
Member Avatar for HelloMe

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 …

Member Avatar for HelloMe
0
79
Member Avatar for HelloMe

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 …

Member Avatar for Seten
0
125
Member Avatar for The Dude
Member Avatar for HelloMe

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 …

Member Avatar for AndreRet
0
123
Member Avatar for HelloMe

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 …

Member Avatar for Nerrisa
0
107
Member Avatar for HelloMe

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 …

Member Avatar for jusvie
-1
79

The End.