Package hipp.com.wappedidpadpro2
Class WAppLaf
java.lang.Object
hipp.com.wappedidpadpro2.WAppLaf
public class WAppLaf
extends java.lang.Object
WAppLaf
class setting different Look and Feels
class setting different Look and Feels
-
Field Summary
Fields Modifier and Type Field Description java.util.ResourceBundlebundleprivate java.util.Vector<java.lang.String>enumVjava.util.Localelocaleprivate static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object>locksprivate WAppEditpadPro2mFprivate java.lang.Stringresourcejava.net.URLurlSelected -
Constructor Summary
Constructors Constructor Description WAppLaf(WAppEditpadPro2 f, java.util.ResourceBundle _bundle, java.util.Locale _locale)class setting different Look and Feels Constructor -
Method Summary
-
Field Details
-
resource
private java.lang.String resource -
mF
-
enumV
private java.util.Vector<java.lang.String> enumV -
urlSelected
public java.net.URL urlSelected -
locale
public java.util.Locale locale -
bundle
public java.util.ResourceBundle bundle -
locks
private static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> locks
-
-
Constructor Details
-
WAppLaf
class setting different Look and Feels Constructor- Parameters:
f- refernece the main UI (JFrame)_bundle- string to the resource bundle_locale- string holds the locale
-
-
Method Details