Как повернуть текст в jLable? Java Swing

479
15 июня 2017, 04:41

Всем привет. Хочу повернуть текст на 90 градусов. Нашел на просторох всемирной кучу примеров. Выцепил из них самое не замысловатые и вроде бы все ок. Но вот ника не могу прикрутить это к своей программе. Суть: создано 2 jLable. Первый - вручную, второй - через графический интерфейс Swing. Помогите Разобраться как прикрутить это счастье ко второму jLable. Спасибо.

import java.awt.Graphics;
import java.awt.Graphics2D;
import javax.swing.JLabel;
public class NewJFrame extends javax.swing.JFrame {
    public String textS = "SOME TEXT";
    public NewJFrame() {
        JLabel lable1 = new NewJFrame.RotateLabel(textS);
        lable1.setFont(new java.awt.Font("Gabriola", 1, 24));
        lable1.setVerticalTextPosition(javax.swing.SwingConstants.CENTER);
        lable1.setHorizontalTextPosition(javax.swing.SwingConstants.CENTER);
        lable1.setSize(150, 150);
        setVisible(true);
        initComponents();
        jPanel1.add(lable1);
    }
    public class RotateLabel extends JLabel {
        public RotateLabel(String text) {
            super(text);
        }
        @Override
        public void paintComponent(Graphics g) {
            Graphics2D gx = (Graphics2D) g;
            gx.rotate(-3.14/2, 75, 75);
            super.paintComponent(g);
        }
    }
    /**
     * This method is called from within the constructor to initialize the form.
     * WARNING: Do NOT modify this code. The content of this method is always
     * regenerated by the Form Editor.
     */
    @SuppressWarnings("unchecked")
    // <editor-fold defaultstate="collapsed" desc="Generated Code">                          
    private void initComponents() {
        jPanel1 = new javax.swing.JPanel();
        lable2 = new javax.swing.JLabel();
        setDefaultCloseOperation(javax.swing.WindowConstants.EXIT_ON_CLOSE);
        setAlwaysOnTop(true);
        lable2.setBackground(new java.awt.Color(255, 255, 0));
        lable2.setFont(new java.awt.Font("Gabriola", 1, 24)); // NOI18N
        lable2.setHorizontalAlignment(javax.swing.SwingConstants.CENTER);
        lable2.setText("Text");
        lable2.setToolTipText("");
        lable2.setDebugGraphicsOptions(javax.swing.DebugGraphics.FLASH_OPTION);
        lable2.setPreferredSize(new java.awt.Dimension(150, 100));
        lable2.setVerticalTextPosition(javax.swing.SwingConstants.TOP);
        javax.swing.GroupLayout jPanel1Layout = new javax.swing.GroupLayout(jPanel1);
        jPanel1.setLayout(jPanel1Layout);
        jPanel1Layout.setHorizontalGroup(
            jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(javax.swing.GroupLayout.Alignment.TRAILING, jPanel1Layout.createSequentialGroup()
                .addContainerGap(217, Short.MAX_VALUE)
                .addComponent(lable2, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addGap(43, 43, 43))
        );
        jPanel1Layout.setVerticalGroup(
            jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addGroup(jPanel1Layout.createSequentialGroup()
                .addGap(52, 52, 52)
                .addComponent(lable2, javax.swing.GroupLayout.PREFERRED_SIZE, 136, javax.swing.GroupLayout.PREFERRED_SIZE)
                .addContainerGap(62, Short.MAX_VALUE))
        );
        javax.swing.GroupLayout layout = new javax.swing.GroupLayout(getContentPane());
        getContentPane().setLayout(layout);
        layout.setHorizontalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(jPanel1, javax.swing.GroupLayout.Alignment.TRAILING, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
        );
        layout.setVerticalGroup(
            layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
            .addComponent(jPanel1, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, Short.MAX_VALUE)
        );
        pack();
    }// </editor-fold>                        
    /**
     * @param args the command line arguments
     */
    public static void main(String args[]) {
        /* Set the Nimbus look and feel */
        //<editor-fold defaultstate="collapsed" desc=" Look and feel setting code (optional) ">
        /* If Nimbus (introduced in Java SE 6) is not available, stay with the default look and feel.
         * For details see http://download.oracle.com/javase/tutorial/uiswing/lookandfeel/plaf.html 
         */
        try {
            for (javax.swing.UIManager.LookAndFeelInfo info : javax.swing.UIManager.getInstalledLookAndFeels()) {
                if ("Nimbus".equals(info.getName())) {
                    javax.swing.UIManager.setLookAndFeel(info.getClassName());
                    break;
                }
            }
        } catch (ClassNotFoundException ex) {
            java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (InstantiationException ex) {
            java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (IllegalAccessException ex) {
            java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        } catch (javax.swing.UnsupportedLookAndFeelException ex) {
            java.util.logging.Logger.getLogger(NewJFrame.class.getName()).log(java.util.logging.Level.SEVERE, null, ex);
        }
        //</editor-fold>
        /* Create and display the form */
        java.awt.EventQueue.invokeLater(new Runnable() {
            public void run() {
                new NewJFrame().setVisible(true);
            }
        });
    }
    // Variables declaration - do not modify                     
    private javax.swing.JPanel jPanel1;
    private javax.swing.JLabel lable2;
    // End of variables declaration                   
}
READ ALSO
Android WebView как добавить индикатор загрузки

Android WebView как добавить индикатор загрузки

Перехожу я в webview по ссылке и мне нужен индикатор загрузки страницы, чтобы знать сколько осталось и вообще загружаеться она или нетКак это...

752
Снятие галочек с других checkbox-ов по условию

Снятие галочек с других checkbox-ов по условию

Есть три чекбоксаНужно сделать так, чтобы если активен первый чекбокс, то убирались галочки со второго и третьего, а если второй или третий...

304
Грузить свой или чужой?

Грузить свой или чужой?

Всем доброго времени сутокВопрос такой

221
Стиль кнопки как в Windows

Стиль кнопки как в Windows

Как сделать такой же стиль кнопки при наведении ?

376