Search found 1 match

by jackdegreat
Thu May 24, 2007 4:20 pm
Forum: Java
Topic: create a class
Replies: 1
Views: 1473

create a class

I am not able to create / instantiate a new class with text pad:
example - // Create an empty account
Account my_account = new Account();

I am having this compile error:
F:\java3\wk3\AccountDemo.java:13: cannot find symbol
symbol : class Account
location: class AccountDemo
Account my_account ...