Hi everybody, I would like to know if improvements to the JFileChooser are on their way in Java 7. Winpack makes it possible to use a native FileChooser but it's proprietary and not free so improving the JFileChooser or the old FileDialog is the way to go in Java 7. I also would like to add a request to add context menus to JTextComponent by providing a method to enable that, the context menus are Undo, Redo, Select All, Delete, Cut, Copy, Paste. The unavailability of such small details make it hard to develop native good looking Java apps. I am asking that because the developer should not have to code these details as they should be already available.
Thanks in advance, Carl Antaki