
JLaunchBrowser Ver 0.5.0
Authour: bashiro@enter.vg or  http://www.bashiro.com/soft


********************************
User Guide
********************************

1. Extract the zip file into your directory.
2. import com.bashiro.jbrowserlauncher.*;

then with the following code example you are done.

Example; 

JBrowserL jbl = new JBrowserL();
jbl.viewPage("www.bashiro.com/soft");

NB
Just write the address without the http://
It's straight forward.