Class RecentMenu


  • public class RecentMenu
    extends java.lang.Object
    Author:
    Dan
    • Constructor Summary

      Constructors 
      Constructor Description
      RecentMenu​(javax.swing.JMenu menu)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addRecentFile​(java.io.File f)
      Adds a file to the list of recent files used.
      void makeRecentMenu()  
      • Methods inherited from class java.lang.Object

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

      • RecentMenu

        public RecentMenu​(javax.swing.JMenu menu)
    • Method Detail

      • makeRecentMenu

        public void makeRecentMenu()
      • addRecentFile

        public void addRecentFile​(java.io.File f)
        Adds a file to the list of recent files used.
        Parameters:
        f -