Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

when we right click on the JTable using mouse it works
properly but how to right click on JTable in java using
keyboard what should be the code for the same.....?

Thanks
Nitin

Answer Posted / santro

public void mouseClicked(MouseEvent e)
{
if(e.getButton()==e.BUTTON3)
JOptionPane.showMessageDialog(null, "Mouse right
click");

}

With the help of above u can easily get when you right click
on jtable

Is This Answer Correct ?    2 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sling swing?

1128


Which method of the Component class is used to set the position and size of a component?

1041


What are the components of swing?

1050


What is the difference between swing and awt in java?

1037


What is the what is the difference between invokeandwait() and invokelater()? ?

1146


What is swing in java javatpoint?

1080


What is the class in swing to change the appearance of the frame in runtime?

1097


What are the advantage of swing over awt?

1056


Which window contains the swing controls?

1001


What is the difference between swing and awt?

1018


What are the benefits of swing over awt?

1242


What are swing components in java?

976


What is javax swing joptionpane?

1048


Why swing is used in java?

1035


In what context should the value of swing components be updated directly?

986