Which user interface components implement component orientation in Suns JREs?
The component orientation property is respected only by Swing components and layout managers, not by peered AWT components. It is independent of the host operating system. The following classes support component orientation in Java SE 6, J2SE 5.0 and J2SE 1.4.2:java.awt.BorderLayout java.awt.FlowLayout java.awt.GridBagLayout javax.swing.BorderFactory javax.swing.BoxLayout javax.swing.JApplet javax.swing.JButton javax.swing.JCheckBox javax.swing.JCheckBoxMenuItem javax.swing.JColorChooser javax.swing.JComboBox javax.swing.JDesktopPane javax.swing.JDialog javax.swing.JEditorPane javax.swing.JFileChooser javax.swing.JFrame javax.swing.JInternalFrame javax.swing.JLabel javax.swing.JLayeredPane javax.swing.JListBox javax.swing.JMenu javax.swing.JMenuBar javax.swing.JMenuItem javax.swing.JOptionPane javax.swing.JPanel javax.swing.JPasswordField javax.swing.JPopupMenu javax.swing.JProgressBar javax.swing.JRadioButton javax.swing.JRadioButtonMenuItem javax.swing.
The component orientation property is respected only by Swing components and layout managers, not by peered AWT components. It is independent of the host operating system. The following classes support component orientation in Java SE 6, J2SE 5.0 and J2SE 1.4.2: java.awt.BorderLayout java.awt.FlowLayout java.awt.GridBagLayout javax.swing.BorderFactory javax.swing.BoxLayout javax.swing.JApplet javax.swing.JButton javax.swing.JCheckBox javax.swing.JCheckBoxMenuItem javax.swing.JColorChooser javax.swing.JComboBox javax.swing.JDesktopPane javax.swing.JDialog javax.swing.JEditorPane javax.swing.JFileChooser javax.swing.JFrame javax.swing.JInternalFrame javax.swing.JLabel javax.swing.JLayeredPane javax.swing.JListBox javax.swing.JMenu javax.swing.JMenuBar javax.swing.JMenuItem javax.swing.JOptionPane javax.swing.JPanel javax.swing.JPasswordField javax.swing.JPopupMenu javax.swing.JProgressBar javax.swing.JRadioButton javax.swing.JRadioButtonMenuItem javax.swing.JRootPane javax.swing.JScrollP
Related Questions
- Is it possible to use just the SECURITRE for ADABAS component of SECURITRE, and not use the components for securing NATURAL, Utilities, etc.?
- Which user interface components implement component orientation in Suns Java 2 Runtime Environments?
- Which user interface components implement component orientation in Suns JREs?