disable the whole jpanel
843806Jul 30 2009 — edited Jul 31 2009I have a JPanel with some components in it (including nested Jpanels). I wan't to disable all the components inside the Jpanel. I know that this can be done by traversing the component tree using recursion. I have tried panel.setEnabled(false), but it has no effect. Any other simpler way to achieve this ?
regards,
nirvan.