Class Program3
- java.lang.Object
-
- Program3
-
public class Program3 extends Object
Question 3. Scanners [23 marks]
-
-
Constructor Summary
Constructors Constructor Description Program3()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
void
processLine(String line)
This method processes a line from the file and performs the operation it describes.void
run()
Load an image text file and display itvoid
setupGUI()
YOU CAN IGNORE EVERYTHING BELOW THIS LINE *
-
-
-
Method Detail
-
run
public void run()
Load an image text file and display it
-
processLine
public void processLine(String line)
This method processes a line from the file and performs the operation it describes.
-
setupGUI
public void setupGUI()
YOU CAN IGNORE EVERYTHING BELOW THIS LINE *
-
main
public static void main(String[] args)
-
-