tico.imageGallery
Class TImageGalleryMenuBar

java.lang.Object
  extended by tico.imageGallery.TImageGalleryMenuBar

public class TImageGalleryMenuBar
extends java.lang.Object

Implementation of the image gallery menu

Version:
1.0 May 20, 2008
Author:
Patricia M. Jaray

Constructor Summary
TImageGalleryMenuBar()
           
 
Method Summary
static void createDataBase()
           
 javax.swing.JMenu createImageGalleryMenu(TEditor editor)
          Creates a JMenu with the options of the image gallery
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TImageGalleryMenuBar

public TImageGalleryMenuBar()
Method Detail

createImageGalleryMenu

public javax.swing.JMenu createImageGalleryMenu(TEditor editor)
Creates a JMenu with the options of the image gallery

Parameters:
editor - The boards' editor
Returns:
The generated JMenu for the editor menu bar

createDataBase

public static void createDataBase()