我正在尝试使用JButton作为JComboBox中的编辑器。在MacOSX上这看起来不错,但在使用系统外观的Windows上,JButton编辑器和组合按钮本身之间存在一个难看的差距:这是用于生成对话框的测试代码:importjava.awt.*;importjava.awt.event.*;importjavax.swing.*;publicclassButtonEditorTestimplementsRunnable{String[]items={"One","Two","Three"};ComboBoxModelmodel;ButtonEditorTest(){//ourmod