RCP – Confirmation before Exit
by admin on May.28, 2010, under Eclipse - RCP
Every RCP may require confirmation from the user before shutting the RCP Application. Here is way one could do.
Override the ApplicationWorkbenchWindowAdvisor file in RCP Application
@Override
public boolean preWindowShellClose() {
// TODO Auto-generated method stub
boolean openConfirm = MessageDialog.openConfirm(Display.getDefault().getActiveShell(), "Confirm Exit", "Exit RCP Application ?");
return openConfirm;
}





Raajneeti – Politics… and Beyond
by admin on Jun.10, 2010, under Movie Comments
Raajneeti – Terrific movie by Mr. P Jha . With a nice abstraction of Mahabharata Raajneeti is a nicely bundled dramatic story portraying the political rivalry about a family.
With its exciting twists and turns keeps u interested and rooted to your seats.
Life of Raajneeti are its characters and their superb performance.
Nana Patekar and Ranbir kapoor are excellent. Go watch it – Rating 4 of 5 .