请问箭头显示是什么属性???

解决方案 »

  1.   

    已经排序了,就是不现实箭头,发现是UIManager.setLookAndFeel(net.java.plaf.windows.WindowsLookAndFeel.class.getName());属性设置以后屏蔽的,请问有什么办法解决吗?没办法自己画箭头,因为量太大了
      

  2.   

    那可能没办法了,你的net.java.plaf.windows.WindowsLookAndFeel.class.getName()可能不支持
    可以的话就换别的
    UIManager.setLookAndFeel("javax.swing.plaf.metal.MetalLookAndFeel");
    UIManager.setLookAndFeel("com.sun.java.swing.plaf.motif.MotifLookAndFeel");
    UIManager.setLookAndFeel("com.sun.java.swing.plaf.windows.WindowsLookAndFeel");
    UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName());
    挨个试吧
      

  3.   

    去下载个最新版本的吧,新版本的已经支持显示排序的箭头了
    https://winlaf.dev.java.net/