因为技术区不支持贴图 所以帖子发到水区了 那里有图片和问题的详细说明 帮帮我啊大哥们!!!这个贴子的50分 水区的贴子100分  只要对了150分都给您啊!!!问题的地址 http://topic.csdn.net/u/20070808/09/2d14d736-f289-4a13-b83b-ddb30d9a0ba6.html

解决方案 »

  1.   

    openSolutionItem.setIcon(new   ImageIcon(getClass().getResource("/image/open.gif")));
    把openSolutionItem改成你的菜单项,还有就是("/image/open.gif")改成你想要的图片,就可以了
    我的分啊,给我啊!呵呵
      

  2.   

    JDK中API告訴如下:
    /**
         * Creates a <code>JMenuItem</code> with the specified text and icon.
         *
         * @param text the text of the <code>JMenuItem</code>
         * @param icon the icon of the <code>JMenuItem</code>
         */
        public JMenuItem(String text, Icon icon)