Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / GUI / January 2004

Tip: Looking for answers? Try searching our database.

Problem with JTable and event overload

Thread view: 
Akey - 17 Jan 2004 12:23 GMT
Hi,
I have a problem with JTable and KeyEvent.VK_DOWN event overload.
I write this code:

Action kp_down = new AbstractAction()
{
    public void actionPerformed(ActionEvent e)
    {
        //........
     }
};
getInputMap().put(KeyStroke.getKeyStroke(KeyEvent.VK_DOWN, 0), "kp_down") ;
getActionMap().put("kp_down",kp_down);

Grazie,
Carlo
Akey - 17 Jan 2004 13:00 GMT
Sorry,
My problem is: JScrollPane does not update automatically.

By,
Carlo

> Hi,
> I have a problem with JTable and KeyEvent.VK_DOWN event overload.
[quoted text clipped - 12 lines]
> Grazie,
> Carlo
Christian Kaufhold - 17 Jan 2004 21:45 GMT
Hello!

> Sorry,
> My problem is: JScrollPane does not update automatically.

Please be a lot more specific.

[snip reverse-time-ordered quote]

Christian


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.