shift key press

Hi all,I have a textbox in my applet application and that is added with a keylistener, i want to check whether a user pressed a shiftkey in that textbox or not,thanks in advance
[191 byte] By [b.m.krajua] at [2007-11-26 17:34:58]
# 1

[url http://java.sun.com/docs/books/tutorial/uiswing/events/keylistener.html]How to Write a Key Listener[/url]

If you need further help then you need to create a [url http://homepage1.nifty.com/algafield/sscce.html]Short, Self Contained, Compilable and Executable, Example Program[/url] (SSCCE) that demonstrates the incorrect behaviour, because I can't guess exactly what you are doing based on the information provided.

And don't forget to use the [url http://forum.java.sun.com/help.jspa?sec=formatting]Code Formatting Tags[/url] so the code retains its original formatting.

camickra at 2007-7-9 0:02:58 > top of Java-index,Desktop,Core GUI APIs...