[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.newcomer] Re: Setting initial position of a PopupDialog

I am assuming that you are referring to a JDialog, but this would also apply to any class derived from
java.jwt.Component.  Either:

void setLocation(int x, int y)
or
void setLocation(java.awt.Point)

should work for you.

-- 
Dave Toland
dave.toland@xxxxxxxxxxx

"Aniket S. Patil" <aniket.patil@xxxxxxxxx> wrote in message news:b84a2befb108d1776f617f10e73d9e81$1@xxxxxxxxxxxxxxxxxx
| Any suggestions guys?
|