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.ResourceBundle
bundle
private java.util.Vector<java.lang.String>
enumV
java.util.Locale
locale
private static java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object>
locks
private WAppEditpadPro2
mF
private java.lang.String
resource
java.net.URL
urlSelected
-
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