Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. freggy

    dnd + custom objects

    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...
  2. freggy

    sizing applets

    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
  3. freggy

    tab key

    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
  4. freggy

    jpanel + keylistener

    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

Part and Inventory Search

Back
Top