• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

focusable window when minimized

 
Ranch Hand
Posts: 802
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok i have a program that will keep moving the mouse when the applet is
minimized, but how would i make it possible to pause that application.

like for instance say the applet is minimized, and I want to be able
to press the letter 'P' for pause.

right now it works when the applet is focusable, but i want to be able to do it when its not.

thanks,

Justin

p.s
does it have to do with setting the window focusable(true)?
reply
    Bookmark Topic Watch Topic
  • New Topic