Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Which user interface components implement component orientation in Suns JREs?

0
10 Posted

Which user interface components implement component orientation in Suns JREs?

0

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.

0
0

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

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.