| Home >> All >> com >> eireneh >> bible >> view >> swing |
| | com.eireneh.bible.view.swing.beans.* (19) | | com.eireneh.bible.view.swing.beans.event.* (4) |
| | com.eireneh.bible.view.swing.desktop.* (3) |
Package Samples:
com.eireneh.bible.view.swing.beans
com.eireneh.bible.view.swing.beans.event
com.eireneh.bible.view.swing.desktop
Classes:
Study: Displays the results of a search. ImageIcon s: I've had a fight with Icons. Eventually I found that this syntax worked: URL url = getClass().getResource("/com/eireneh/resources/list.gif"); Icon icon = new ImageIcon(url); Then I discovered that so did this one: Icon icon = new ImageIcon("com/eireneh/resources/list.gif"); But the second doesn't seem to make much sense to me from the docs. I am going to leave the second in place because it is much cleaner but if it ever breaks then maybe I should be doing the first. Distribution Licence: Project B is free software; you can redistribute it and/or modify ...
StatusBar: The status bar provides usefull info to the user as to the current state of the program. We need to think about the stuff to put in here: A status message. This changes with what the user is pointing at, so is very similar to tool-tips. Although they are commonly more instructional. A set of panels that tell you the time/if CAPS is presses and so on TODO: Make this do something more useful Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program ...
CustomFrame: The CustomFrame class is a JFrame or a JInternalFrame customized for this program. I would like to have an 'externalize' option, but I'm not sure where to put it at the moment. For this reason this class will not inherit from any other Frames (becuase that could stop it being a different sort of Frame later) but it will expose a very Frame like interface. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that ...
Tools: A container for various tools, particularly the BibleGenerator and the Tester. These tools are generally only of use to developers, and not to end users. 2 Things to think about, if you change the LaF when you have run some tests already, then the window can grow quite a lot. Also do we want to disable the Exit button if work is going on? Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, ...
StartBar: The StartBar class is a starting point to get people to functionality as fast a possible. It is probably not a beginner tool, but I bet it is an almost invaluable power user tool. TODO: I don't like the interaction between this class and Launcher. But it needs thought and I'm not working on this package much at the moment. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY ...
CommandListener: Implement CommandListener to recieve CommandEvents whenever someone makes a command for you to execute. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free ...
WebServerPane: A Simple pane that contains the Apache Java web server for testing purposes Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., ...
VersionListener: Implement VersionListener to know when the user want to change versions. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 ...
Launcher: The Launcher class is a collection of frequent start points. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place ...
PassageInnerPane: An inner component of Passage pane that can't show the list. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place ...
PassageTabbedPane: An inner component of Passage pane that can't show the list. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place ...
CommandEvent: A CommandEvent happens whenever a user makes a command. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite ...
VersionEvent: A VersionEvent happens whenever a user changes version. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite ...
EirAbstractAction: Generic extension of AbstractAction for ProjectB. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, ...
WebBrowserPane: Display a simple test web browser in a pane Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ...
TaskPane: The Page class displays some Bible text. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, ...
Display: A quick Swing Bible display pane. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
PassagePane: A quick Swing Bible display pane. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
BibleViewPane: A quick Swing Bible display pane. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
B: Something we can look at... Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
Splash: A Simple splash screen. Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, ...
SelectPane: Passage Selection area Distribution Licence: Project B is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, version 2 as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The License is available on the internet here , by writing to Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA ...
| Home | Contact Us | Privacy Policy | Terms of Service |