コード例 #1
0
ファイル: CellHelpWindow.java プロジェクト: escalope/IDK
 public static void main(String args[]) {
   CellHelpWindow chw = new CellHelpWindow();
   chw.setDescription(
       " Tasks is the encapsulation of actions or non-distributable algorithms. Tasks can use Applications and resources. Tasks generate changes in the mental state of the agent that executes them. Changes consist of: (a) modifying, creating or destroying mental entities; or (b) changes in the perception of the world by acting over applications (applications act over the world producing events, that are perceived by the agent). Though tasks can be also assigned to roles, at the end, it will belong to an agent. ");
   chw.setRec(
       " Tasks is the encapsulation of actions or non-distributable algorithms. Tasks can use Applications and resources. Tasks generate changes in the mental state of the agent that executes them. Changes consist of: (a) modifying, creating or destroying mental entities; or (b) changes in the perception of the world by acting over applications (applications act over the world producing events, that are perceived by the agent). Though tasks can be also assigned to roles, at the end, it will belong to an agent. ");
   chw.setLocation(100, 100);
   chw.setSize(350, 300);
   chw.show();
 }
コード例 #2
0
ファイル: CellHelpWindow.java プロジェクト: escalope/IDK
 public void actionPerformed(ActionEvent e) {
   adaptee.close_actionPerformed(e);
 }