Forum: Java Sep 30th, 2009 |
| Replies: 4 Views: 210 In the class diagram, we'll put attributes of our class in the section at the middle of the class' name and methods right?
I'm wondering, are we also put instantiated variables in there? Like the... |
Forum: Java Sep 8th, 2009 |
| Replies: 2 Views: 695 |
Forum: Java Sep 8th, 2009 |
| Replies: 2 Views: 695 Hello. I'm trying to make a calculator with JFrame. I'm only gonna make the appearance of the calculator (not functioning). The numbers and operators are supposed to be arranged this way:
7 8 9 +... |
Forum: Java Aug 4th, 2009 |
| Replies: 1 Views: 222 never mind, I figure it out. Sorry for wasting space. ^_^ |
Forum: Java Aug 4th, 2009 |
| Replies: 1 Views: 222 Hello. Im new to Java and I have a question.
I wanna access another class (e.g. the name of the class is Person) from class Main. I wanna access specifically, the main of class Person. How do I do... |
Forum: Java Jul 23rd, 2009 |
| Replies: 2 Views: 225 Hello. Im new to Java. I don't know much about Java's codes but I have a good background in C. Im using NetBeans 6.7.
I have this code:
package javaapplication1;
public class Main {
... |