Search:

Type: Posts; User: lf2killer

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    1,026

    Re: Class in class

    i have my first method



    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    import java.io.*;

    public class login implements ActionListener {
  2. Replies
    2
    Views
    1,026

    Class in class

    i have this code here:


    import java.io.*

    public class ReadLastLine {

    public static void main(String[] args) throws Exception {

    FileInputStream in = new FileInputStream("test.txt");
Results 1 to 2 of 2