Search:

Type: Posts; User: zhen1606

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    1,639

    How to up load java file when you post??

    How to up load java file when you post??instead of long copy code in on post?When I tried to use Attachments,somehow it says invalid file? I upload my text file that ends with .java
  2. Help..Simple GUI needs help,can not sort out these red lines..

    //Customer Class
    public class Customer {
    private String name;
    private String address;
    private double balance;
    public Customer(String name, String address, double balance) {
    super();...
Results 1 to 2 of 2