X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2Fio%2FSwingTerminal.java;h=07d1ffad119d85a62726a242433ceeb22f3ec901;hb=15364867da403c8fa9e82ea5c5bf53413efc39cc;hp=a7a4c33d58437ecf7d1214d9865021adb367468b;hpb=e3dfbd233442a877d5efa1bc177c3d357771e5cb;p=fanfix.git diff --git a/src/jexer/io/SwingTerminal.java b/src/jexer/io/SwingTerminal.java index a7a4c33..07d1ffa 100644 --- a/src/jexer/io/SwingTerminal.java +++ b/src/jexer/io/SwingTerminal.java @@ -1,29 +1,27 @@ -/** +/* * Jexer - Java Text User Interface * - * License: LGPLv3 or later - * - * This module is licensed under the GNU Lesser General Public License - * Version 3. Please see the file "COPYING" in this directory for more - * information about the GNU Lesser General Public License Version 3. + * The MIT License (MIT) * - * Copyright (C) 2015 Kevin Lamonte + * Copyright (C) 2017 Kevin Lamonte * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU Lesser General Public License - * as published by the Free Software Foundation; either version 3 of - * the License, or (at your option) any later version. + * Permission is hereby granted, free of charge, to any person obtaining a + * copy of this software and associated documentation files (the "Software"), + * to deal in the Software without restriction, including without limitation + * the rights to use, copy, modify, merge, publish, distribute, sublicense, + * and/or sell copies of the Software, and to permit persons to whom the + * Software is furnished to do so, subject to the following conditions: * - * 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 above copyright notice and this permission notice shall be included in + * all copies or substantial portions of the Software. * - * You should have received a copy of the GNU Lesser General Public - * License along with this program; if not, see - * http://www.gnu.org/licenses/, or write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA - * 02110-1301 USA + * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL + * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + * DEALINGS IN THE SOFTWARE. * * @author Kevin Lamonte [kevin.lamonte@gmail.com] * @version 1 @@ -172,7 +170,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param key keystroke received */ - @Override public void keyReleased(final KeyEvent key) { // Ignore release events } @@ -182,7 +179,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param key keystroke received */ - @Override public void keyTyped(final KeyEvent key) { // Ignore typed events } @@ -192,7 +188,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param key keystroke received */ - @Override public void keyPressed(final KeyEvent key) { boolean alt = false; boolean shift = false; @@ -397,7 +392,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowActivated(final WindowEvent event) { // Force a total repaint synchronized (screen) { @@ -410,7 +404,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowClosed(final WindowEvent event) { // Ignore } @@ -420,7 +413,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowClosing(final WindowEvent event) { // Drop a cmAbort and walk away synchronized (eventQueue) { @@ -436,7 +428,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowDeactivated(final WindowEvent event) { // Ignore } @@ -446,7 +437,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowDeiconified(final WindowEvent event) { // Ignore } @@ -456,7 +446,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowIconified(final WindowEvent event) { // Ignore } @@ -466,7 +455,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event window event received */ - @Override public void windowOpened(final WindowEvent event) { // Ignore } @@ -476,7 +464,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event component event received */ - @Override public void componentHidden(final ComponentEvent event) { // Ignore } @@ -486,7 +473,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event component event received */ - @Override public void componentShown(final ComponentEvent event) { // Ignore } @@ -496,7 +482,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event component event received */ - @Override public void componentMoved(final ComponentEvent event) { // Ignore } @@ -506,7 +491,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param event component event received */ - @Override public void componentResized(final ComponentEvent event) { // Drop a new TResizeEvent into the queue sessionInfo.queryWindowSize(); @@ -525,7 +509,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseDragged(final MouseEvent mouse) { int modifiers = mouse.getModifiersEx(); boolean eventMouse1 = false; @@ -562,7 +545,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseMoved(final MouseEvent mouse) { int x = screen.textColumn(mouse.getX()); int y = screen.textRow(mouse.getY()); @@ -589,7 +571,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseClicked(final MouseEvent mouse) { // Ignore } @@ -599,7 +580,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseEntered(final MouseEvent mouse) { // Ignore } @@ -609,7 +589,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseExited(final MouseEvent mouse) { // Ignore } @@ -619,7 +598,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mousePressed(final MouseEvent mouse) { int modifiers = mouse.getModifiersEx(); boolean eventMouse1 = false; @@ -656,7 +634,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseReleased(final MouseEvent mouse) { int modifiers = mouse.getModifiersEx(); boolean eventMouse1 = false; @@ -702,7 +679,6 @@ public final class SwingTerminal implements ComponentListener, KeyListener, * * @param mouse mouse event received */ - @Override public void mouseWheelMoved(final MouseWheelEvent mouse) { int modifiers = mouse.getModifiersEx(); boolean eventMouse1 = false;