This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client. Link to Non-frame version.
28 |The TEEMSS Sound Grapher is for exploring and learning about sound waves. The Sound Grapher can display representations of sound waves in both the time and frequency domains. The design of this application was inspired by the Apple ][ Sound Grapher developed at TERC by Stephen Bannasch in 1984.
4 | 5 | 6 | -------------------------------------------------------------------------------- /src/org/concord/swing/about/html/SoundGrapherCredits.html: -------------------------------------------------------------------------------- 1 | 2 |Lead Programmer: Dmitry Markman
3 |Junior Programmer: Shengyao Wang
4 |Design Team: Stephen Bannasch, Ed Hazzard, Carolyn Staudt
5 |Interface Team: David Jarsky
6 | 7 | -------------------------------------------------------------------------------- /src/org/concord/swing/about/html/SoundGrapherLicense.html: -------------------------------------------------------------------------------- 1 | 2 |All Concord Consortium software is Copyright (c) 2005, The Concord Consortium, Inc. 5 | 10 Concord Crossing, Concord, MA 01742.
6 | 7 |All of the software we write is copyrighted under an open source 8 | license called the GNU Lesser General Public License (LGPL). This 9 | means that anyone can have access to the source code and make changes 10 | in it. We do this because open source is a strategy for long-term 11 | support of this software. All our work is grant-supported, so when 12 | the grant runs out, our ability to support the software ends. If a 13 | community of educators starts using this software, then it is in the 14 | interest of all members of the community to maintain and improve it. 15 | Like democracy, this is a risky strategy, but it seems to be better 16 | than any alternatives. Help us make it a success by using the 17 | software to help grow the community of educators dependent on this 18 | wonderful software.
19 | 20 |Here is an abbreviated plain English summary of the LGPL license.
21 | 22 |This license allows you to use this software and in addition you may 23 | make and distribute copies of this software.
24 | 25 |If you distribute copies of this software you may not change the 26 | copyright or license of this software. You also have the right to 27 | view and modify the source code for this software. If you modify 28 | this software and distribute it you are required to license your 29 | copyrighted modifications under an LGPL-compatible license and to 30 | make the entire source code for your derivation available to anybody 31 | you distribute the software to. You also have the right to link this 32 | software with other software with different licensing terms and 33 | distribute the combined software. In this case you must still 34 | license the any derivations you have made of our software under an 35 | LGPL-compatible license.
36 | 37 |This is just a summary of the LGPL license. The actual license can 38 | be read here: CC Software License
39 | 40 | 41 | -------------------------------------------------------------------------------- /src/org/concord/swing/about/html/SoundGrapherVersion.html: -------------------------------------------------------------------------------- 1 | 2 |Copyright (c) 2005 by the Concord Consortium, All Rights Reserved
5 |Version: 1.0, Date: Sep. 9, 2005
6 | 7 | -------------------------------------------------------------------------------- /src/org/concord/swing/about/xml/about.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /src/org/concord/swing/annotationimage/localization/JAnnotationImageContainer.properties: -------------------------------------------------------------------------------- 1 | ToolbarRectangle=Annotate a selected rectangular area 2 | ToolbarEllipse=Annotate a selected circular area 3 | ToolbarPolygon=Annotate a selected concave polygon area 4 | ToolbarDots=Annotate a selected pplygon area 5 | ToolbarSnapshot=Make Snapshot 6 | ToolbarAnnotateCheckBoxName=Annotation 7 | ToolbarAnnotateCheckBox=Enable the tool for annotating the snapshot image 8 | ToolbarAnnotate=Annotate 9 | ToolbarNoAnnotate=Not Annotate 10 | ToolbarSave=Save 11 | ToolbarOpen=Open 12 | MenuFile=File 13 | MenuTools=Tools 14 | SubMenuToolbar=Toolbar 15 | SubMenuEdit=Edit 16 | SubMenuDeleteCurrentSpot=Delete Current Spot 17 | SubMenuClearAll=ClearAll 18 | SubMenuToolTipMode=ToolTip Mode 19 | SubMenuSerializeXML=Serialize XML 20 | SubMenuSerializeJava=Serialize Java 21 | MenuItemOn=On 22 | MenuItemOff=Off 23 | MenuItemTest=Test 24 | -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/down1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/down1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/downClear1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/downClear1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/left1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/left1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/right1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/right1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/up1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/up1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/beans/images/upClear1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/beans/images/upClear1.gif -------------------------------------------------------------------------------- /src/org/concord/swing/editor/Editable.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.editor; 25 | import javax.swing.event.ChangeListener; 26 | 27 | public interface Editable{ 28 | void setEditState(boolean state); 29 | boolean getEditState(); 30 | public void addChangeListener(ChangeListener listener); 31 | public void removeChangeListener(ChangeListener listener); 32 | 33 | } 34 | 35 | -------------------------------------------------------------------------------- /src/org/concord/swing/editor/XMDocument.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.editor; 25 | 26 | import javax.swing.text.DefaultStyledDocument; 27 | 28 | public class XMDocument 29 | extends DefaultStyledDocument 30 | { 31 | 32 | public XMDocument() 33 | { 34 | 35 | } 36 | } 37 | 38 | -------------------------------------------------------------------------------- /src/org/concord/swing/event/VariableEvent.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.event; 25 | 26 | import java.util.EventObject; 27 | 28 | public class VariableEvent 29 | extends EventObject 30 | { 31 | protected Object data; 32 | 33 | public VariableEvent(Object source, Object data) 34 | { 35 | super(source); 36 | this.data = data; 37 | } 38 | 39 | public Object getData() 40 | { 41 | return data; 42 | } 43 | } 44 | 45 | -------------------------------------------------------------------------------- /src/org/concord/swing/event/VariableListener.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.event; 25 | 26 | import java.util.EventListener; 27 | 28 | public interface VariableListener 29 | extends EventListener 30 | { 31 | public void variableValueChanged(VariableEvent event); 32 | public void variableNameChanged(VariableEvent event); 33 | } 34 | 35 | -------------------------------------------------------------------------------- /src/org/concord/swing/event/ViewerAppletEvent.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.event; 25 | 26 | import java.util.EventObject; 27 | 28 | public class ViewerAppletEvent 29 | extends EventObject 30 | { 31 | public ViewerAppletEvent(Object sourceItem) 32 | { 33 | super(sourceItem); 34 | } 35 | } 36 | 37 | -------------------------------------------------------------------------------- /src/org/concord/swing/event/ViewerAppletListener.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.event; 25 | 26 | public interface ViewerAppletListener 27 | { 28 | public void init(ViewerAppletEvent event); 29 | public void start(ViewerAppletEvent event); 30 | public void stop(ViewerAppletEvent event); 31 | } 32 | 33 | -------------------------------------------------------------------------------- /src/org/concord/swing/graph/ValueGraph.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.graph; 25 | 26 | import java.awt.Color; 27 | 28 | public interface ValueGraph 29 | { 30 | public static final Color [] colors = 31 | { 32 | Color.red, 33 | Color.yellow, 34 | Color.green, 35 | Color.blue, 36 | Color.cyan, 37 | Color.magenta 38 | }; 39 | public abstract void setColor(Color color, int index); 40 | public abstract Color getColor(int index); 41 | public abstract void updateValue(float x, int index); 42 | public abstract void updateValue(double x, int index); 43 | public abstract void updateValue(float x); 44 | public abstract void updateValue(double x); 45 | } 46 | 47 | -------------------------------------------------------------------------------- /src/org/concord/swing/images/Album.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Album.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/AlignCenter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/AlignCenter.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/AlignLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/AlignLeft.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/AlignRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/AlignRight.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Annotate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Annotate.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Back.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/BarGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/BarGraph.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Bean.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Bean.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/BeanGraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/BeanGraph.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Bold.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Book.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Book.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Bullet.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Bullet.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Button.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Button.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CallOutDots.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CallOutDots.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CallOutEllipse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CallOutEllipse.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CallOutPolygon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CallOutPolygon.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CallOutRectangle.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CallOutRectangle.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CheckBox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CheckBox.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Clear.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Clear.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CloseFolder2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CloseFolder2.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ComboBox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ComboBox.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Connection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Connection.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Controller.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Controller.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/CorruptedData.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/CorruptedData.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Diamond.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Diamond.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/DocIn.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/DocIn.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Edit.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/EditComment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/EditComment.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/EditorMode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/EditorMode.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Exit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Exit.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Film.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Film.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Font.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Font.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Forward.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/FrameIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/FrameIcon.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/GBL.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/GBL.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/HTMLPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/HTMLPage.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/HardDrive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/HardDrive.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Histogram.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Histogram.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Home.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Home.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Hyperlink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Hyperlink.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Information24.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Information24.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/InsertComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/InsertComponent.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/InsertPicture.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/InsertPicture.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Instrument.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Instrument.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Italic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Italic.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/JNLP.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/JNLP.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Jump2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Jump2.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Justify.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Justify.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/LeftIndent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/LeftIndent.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Letter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Letter.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/MolecularModel.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/MolecularModel.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/MultipleChoice.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/MultipleChoice.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/NegTick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/NegTick.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/NoAnnotate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/NoAnnotate.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/NoEdit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/NoEdit.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Numbering.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Numbering.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Numeric.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Numeric.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/OpenedPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/OpenedPage.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PageComponent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PageComponent.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PageIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PageIcon.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PageNotFound.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PageNotFound.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Paragraph.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Paragraph.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Pause.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Person.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Person.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PieChart.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PieChart.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Play.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Play.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PosTick.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PosTick.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/PrintPreview.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/PrintPreview.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Properties.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Properties.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Questionmark.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Questionmark.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/RadioButton.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/RadioButton.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Redo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Redo2.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Refresh.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Report.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Report.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ReverseLeftIndent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ReverseLeftIndent.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Rewind.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Rewind.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Search.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Search.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/SetColor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/SetColor.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Slider.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Slider.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/SmilingFace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/SmilingFace.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/SpellChecker.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/SpellChecker.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Spinner.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Spinner.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/StepBack.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/StepBack.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/StepForward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/StepForward.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/StopLoading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/StopLoading.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/StrikeThrough.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/StrikeThrough.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Table.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Table.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/TextArea.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/TextArea.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/TextBox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/TextBox.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/TextField.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/TextField.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/TimeSeries.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/TimeSeries.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ToolBarHeaderBar.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ToolBarHeaderBar.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ToolBarSeparator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ToolBarSeparator.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Underline.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Undo2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Undo2.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/UnknownHost.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/UnknownHost.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ViewComment.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ViewComment.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/ViewerMode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/ViewerMode.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/Wait.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/Wait.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/WebIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/WebIcon.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/WrongFormat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/WrongFormat.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/XMLPage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/XMLPage.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/arc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/arc.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/camera.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/camera.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/closeFolder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/closeFolder.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/copy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/copy.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/cut.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/cut.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/delcomp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/delcomp.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/delete.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/delete.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/find.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/find.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/house.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/house.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/jpeg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/jpeg.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/newcomp.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/newcomp.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/node.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/node.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/objprops.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/objprops.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/open.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/openFolder.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/openFolder.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/openweb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/openweb.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/page.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/page.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/paste.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/paste.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/printer.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/printer.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/printer2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/printer2.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/rotate.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/rotate.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/run.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/run.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/save.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/save.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/script.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/script.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/showselection.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/showselection.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/update.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/update.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/upload.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/upload.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/zoom_in.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/zoom_in.gif -------------------------------------------------------------------------------- /src/org/concord/swing/images/zoom_out.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/images/zoom_out.gif -------------------------------------------------------------------------------- /src/org/concord/swing/map/MapContainer.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.map; 25 | 26 | import java.util.Vector; 27 | 28 | public interface MapContainer 29 | { 30 | public NodeItem createNodeItem(String name, int x, int y); 31 | public void initializeNode(NodeItem node, String name, int x, int y); 32 | public ArcItem createArcItem(NodeItem source, NodeItem sink, int x, int y); 33 | public void initializeArc(ArcItem arc, NodeItem source, NodeItem sink, int x, int y); 34 | public Vector getNodeItems(); 35 | public Vector getArcItems(); 36 | public String getName(); 37 | public void setName(String name); 38 | public String getPathName(); 39 | public void removeNodeItem(NodeItem node); 40 | public void removeArcItem(ArcItem arc); 41 | public MapContainer getItemParent(); 42 | } 43 | 44 | -------------------------------------------------------------------------------- /src/org/concord/swing/map/MapItemListener.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.map; 25 | 26 | import java.util.EventListener; 27 | 28 | public interface MapItemListener 29 | extends EventListener 30 | { 31 | public void mapItemSelection(MapEvent event); 32 | public void mapItemMove(MapEvent event); 33 | public void mapItemOpen(MapEvent event); 34 | public void mapItemCreate(MapEvent event); 35 | public void mapItemDelete(MapEvent event); 36 | public void mapItemPopup(MapEvent event); 37 | } 38 | 39 | -------------------------------------------------------------------------------- /src/org/concord/swing/map/MapSelection.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | package org.concord.swing.map; 25 | 26 | public interface MapSelection 27 | { 28 | public void setSelected(MapItem item, boolean multiple); 29 | public void checkSelected(MapItem item, boolean multiple); 30 | } 31 | 32 | -------------------------------------------------------------------------------- /src/org/concord/swing/text/TextOutputStream.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/text/TextOutputStream.java -------------------------------------------------------------------------------- /src/org/concord/swing/text/TextReader.java: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lazyzero/kkMulticopterFlashTool/eeff06c08396cb86f09c812841cb9cf61948abc2/src/org/concord/swing/text/TextReader.java -------------------------------------------------------------------------------- /src/org/concord/swing/util/ImageWriter.java: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (C) 2004 The Concord Consortium, Inc., 3 | * 10 Concord Crossing, Concord, MA 01742 4 | * 5 | * Web Site: http://www.concord.org 6 | * Email: info@concord.org 7 | * 8 | * This library is free software; you can redistribute it and/or 9 | * modify it under the terms of the GNU Lesser General Public 10 | * License as published by the Free Software Foundation; either 11 | * version 2.1 of the License, or (at your option) any later version. 12 | * 13 | * This library is distributed in the hope that it will be useful, 14 | * but WITHOUT ANY WARRANTY; without even the implied warranty of 15 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 16 | * Lesser General Public License for more details. 17 | * 18 | * You should have received a copy of the GNU Lesser General Public 19 | * License along with this library; if not, write to the Free Software 20 | * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 | * 22 | * END LICENSE */ 23 | 24 | /* 25 | * Last modification information: 26 | * $Revision: 1.1 $ 27 | * $Date: 2011-02-18 13:39:35 $ 28 | * $Author: moll $ 29 | * 30 | * Licence Information 31 | * Copyright 2004 The Concord Consortium 32 | */ 33 | package org.concord.swing.util; 34 | 35 | import java.awt.image.BufferedImage; 36 | import java.io.OutputStream; 37 | 38 | 39 | /** 40 | * ImageWriter 41 | * Class name and description 42 | * 43 | * Date created: Nov 16, 2004 44 | * 45 | * @author scott46 | * 47 | */ 48 | public interface ImageWriter 49 | { 50 | public void write(BufferedImage image, String type, OutputStream out); 51 | } 52 | -------------------------------------------------------------------------------- /src/org/concord/swing/version.properties: -------------------------------------------------------------------------------- 1 | #Thu Feb 8 10:34:36 EST 2004 2 | build.os=MAC OS X 3 | build.java=1.4.2_03 4 | build.date=2004/02/08 10\:34 5 | minor.version=0 6 | major.version=1 7 | version=0 8 | major.release=1 9 | build=1 10 | developer=dmarkman 11 | minor.release=0 12 | --------------------------------------------------------------------------------