X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=src%2Fjexer%2FScrollable.java;h=b844ca6f86027d2551c9cdba0755e51af76971fc;hb=HEAD;hp=5a065827af50dd5a32261f47c50e37bc8f622d15;hpb=56661844475522242093c8858ceb20fb15589da5;p=fanfix.git diff --git a/src/jexer/Scrollable.java b/src/jexer/Scrollable.java index 5a06582..b844ca6 100644 --- a/src/jexer/Scrollable.java +++ b/src/jexer/Scrollable.java @@ -3,7 +3,7 @@ * * The MIT License (MIT) * - * Copyright (C) 2017 Kevin Lamonte + * Copyright (C) 2019 Kevin Lamonte * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -28,10 +28,6 @@ */ package jexer; -import jexer.event.TKeypressEvent; -import jexer.event.TMouseEvent; -import static jexer.TKeypress.*; - /** * Scrollable provides a public API for horizontal and vertical scrollbars. * Note that not all Scrollables support both horizontal and vertical