http://windowsmarketplace.com/details.aspx?itemid=2998445&
http://www.snapfiles.com/get/IE7Pro.html
Wednesday, February 27, 2008
Tuesday, February 26, 2008
windows run auto application once and just once
HKEY_LOCAL_MACHINE/ SOFTWARE/ Microsoft/ Windows/CurrentVersion/ RunOnce
new: String Value
name:
data value : application address
new: String Value
name:
data value : application address
google search trick
search music files:
intitle:index. of? format name
e: intitle:index. of? Mp3 jojo
search flight
flight from ... to ...
intitle:index. of? format name
e: intitle:index. of? Mp3 jojo
search flight
flight from ... to ...
Thursday, February 14, 2008
java change keyboard layout
Visit the following article http://java.sun.com/products/jfc/tsc/articles/InputMethod/inputmethod.html
and read it carefully.
if you download and copy following jar file to/lib/ext you will have a menu item called "select input method" added to all swing applications.
http://java.sun.com/products/jfc/tsc/articles/InputMethod/InputMethodHotKey.jar
You can find full specification and api document here
http://java.sun.com/javase/6/docs/technotes/guides/imf/index.html
Finally the direct answer is here:
Any swing component which extends from java.awt.Window has a method called getInputContext(). You can change the input method like this, it will automatically change the keyboard layout when you focus the component.
for example"
yourMainJFrame.getInputContext().selectInputMethod(new Locale("fa", "IR"));
and read it carefully.
if you download and copy following jar file to
http://java.sun.com/products/jfc/tsc/articles/InputMethod/InputMethodHotKey.jar
You can find full specification and api document here
http://java.sun.com/javase/6/docs/technotes/guides/imf/index.html
Finally the direct answer is here:
Any swing component which extends from java.awt.Window has a method called getInputContext(). You can change the input method like this, it will automatically change the keyboard layout when you focus the component.
for example"
yourMainJFrame.getInputContext().selectInputMethod(new Locale("fa", "IR"));
Subscribe to:
Posts (Atom)