org.japura.gui
Class Images

java.lang.Object
  extended by org.japura.gui.Images

public abstract class Images
extends java.lang.Object

Copyright (C) 2008-2011 Carlos Eduardo Leite de Andrade

This library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program. If not, see www.gnu.org/licenses/

For more information, contact: www.japura.org

Author:
Carlos Eduardo Leite de Andrade

Field Summary
static java.net.URL CALENDAR
           
static java.net.URL COLLAPSE_BLACK
           
static java.net.URL COLLAPSE_WHITE
           
static java.net.URL ERROR
           
static java.net.URL EXPAND_BLACK
           
static java.net.URL EXPAND_WHITE
           
static java.net.URL INFORMATION
           
static java.net.URL LINK_HAND
           
static java.net.URL QUESTION
           
static java.net.URL WARNING
           
 
Constructor Summary
Images()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COLLAPSE_BLACK

public static final java.net.URL COLLAPSE_BLACK

EXPAND_BLACK

public static final java.net.URL EXPAND_BLACK

COLLAPSE_WHITE

public static final java.net.URL COLLAPSE_WHITE

EXPAND_WHITE

public static final java.net.URL EXPAND_WHITE

WARNING

public static final java.net.URL WARNING

INFORMATION

public static final java.net.URL INFORMATION

ERROR

public static final java.net.URL ERROR

QUESTION

public static final java.net.URL QUESTION

CALENDAR

public static final java.net.URL CALENDAR

LINK_HAND

public static final java.net.URL LINK_HAND
Constructor Detail

Images

public Images()