dk.brics.grammar.main
Class ImageViewer

java.lang.Object
  extended by dk.brics.grammar.main.ImageViewer

public class ImageViewer
extends Object

Image viewer.


Method Summary
static boolean open(String title, String path)
          Opens an image viewer window.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

open

public static boolean open(String title,
                           String path)
Opens an image viewer window.

Parameters:
title - window title
path - path to image file
Returns:
true if successful, false if IO error occurred


Copyright © 2005-2008 Anders Møller.