Package demo

Class FileView


  • public class FileView
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Frame frame  
    • Constructor Summary

      Constructors 
      Constructor Description
      FileView()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      private void view​(java.lang.String filename)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • frame

        private java.awt.Frame frame
    • Constructor Detail

      • FileView

        public FileView()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • view

        private void view​(java.lang.String filename)
                   throws java.lang.Exception
        Throws:
        java.lang.Exception