|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectPdrabik.BrowserControl
public class BrowserControl
| Constructor Summary | |
|---|---|
BrowserControl()
|
|
| Method Summary | |
|---|---|
static void |
displayURL(java.lang.String url)
Sluzy do otwierania okienek domyslnej przegladarki, domyslnego edytora tekstowego, itp. |
static boolean |
isWindowsPlatform()
Try to determine whether this application is running under Windows or some other platform by examing the "os.name" property. |
static void |
main(java.lang.String[] args)
Simple example. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BrowserControl()
| Method Detail |
|---|
public static void displayURL(java.lang.String url)
url - the file's url (the url must start with either "http://"
or
"file://").public static boolean isWindowsPlatform()
public static void main(java.lang.String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||