The Artima Developer Community
Sponsored Link

Java Answers Forum
Problem with initial focus for Applet

2 replies on 1 page. Most recent reply: Jul 11, 2005 12:19 AM by Kondwani Mkandawire

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Steve Schooler

Posts: 17
Nickname: zugzwang
Registered: Aug, 2004

Problem with initial focus for Applet Posted: Dec 16, 2004 12:35 PM
Reply to this message Reply
Advertisement

java.sun.com swing tutorial shows how to use the

requestFocusInWindow()

on frames to specify which component gets initial
focus on startup. Documentation unclear on doing
same for Applet where the last line of the init()
method is <contentpane>.add(<mycomponent>).

Please help.

Alternatively, how do I do it in the Applet via

setFocusTraversalPolicy(policy)

Documentation unclear on how I delineate (new)
policy parameter.

Please help.


Antonio

Posts: 33
Nickname: arhak
Registered: Jul, 2005

Re: Problem with initial focus for Applet Posted: Jul 7, 2005 3:32 AM
Reply to this message Reply
Visit www.turbotanks.com and note they didn't have other choice than post a message saying "please click me, I need to be focused"
Applets don't have another way.

Kondwani Mkandawire

Posts: 530
Nickname: spike
Registered: Aug, 2004

Re: Problem with initial focus for Applet Posted: Jul 11, 2005 12:19 AM
Reply to this message Reply
You are right, I would toy around with
setFocusTraversalPolicy(policy)

Fortunately all the Applets I've toyed with by
default Focus is started at the first JComponent
and is passed on sequentially.

There definitely is a way to set default focus
as you suggested (I would probably toy around
with the API suggestions of the method
setFocusTraversalPolicy(policy)) I'm sure if you
had to Google setFocusTraversalPolicy Example,
you'd find some example code.

Flat View: This topic has 2 replies on 1 page
Topic: JAVA CODE SNIPIT Question.. Previous Topic   Next Topic Topic: i need help... please!!!!!!!!!!

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use