示例#1
0
 def makeDebuggerButton(self, action, icon):
     imageIcon = JESResources.makeIcon(icon)
     return JButton(action, text=None, icon=imageIcon, margin=self.buttonInsets)
示例#2
0
 def makeDebuggerButton(self, action, icon):
     imageIcon = JESResources.makeIcon(icon)
     return JButton(action,
                    text=None,
                    icon=imageIcon,
                    margin=self.buttonInsets)