Hello,
Can I drag and drop custom objects with java. I've created a testcase with strings and it works fine. But now i want to drag and drop a object. I don't have an idea how to start... For e.g. what should i do with the dataflavor?
I've created the following classes:
DragList: extends a...
is it possible to size applets? Can an applet be resized without refreshing the page?
for example, the applet size depends on the browser size and you change the browser size the applet size should change also the applet size should change,
could someone help me out?
thanks
fre
for some reason my tab key doesn't work, the key itself works fine but i can't catch it by:
if(ke.getKeyCode() == KeyEvent.VK_TAB) {
//code when the tab key is pressed
}
does anybody know the problem and a solution?
frederic
is there someone who can tell me how to use keylisteners in java without using textfields or textarea's? i have a jpanel with mouselisteners. if a key is pressed e.g. shift, another block of code needs to be execute then without pressing the key.
thanks
frederic
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.