日期:2014-05-20  浏览次数:20581 次

怎么写软件帮助中的“关于”功能
就是某些软件中点击“帮助”->“关于”然后弹出对话框显示作者、版本等功能,求源代码

------解决方案--------------------
这个不难吧,耐心动手写写就搞定了
------解决方案--------------------

JOptionPane.showMessageDialog(Component parentComponent,
                                     Object message,
                                     String title,
                                     int messageType,
                                     Icon icon);