View project page Common-utils.
Small package with some useful classes for easy and quick java desktop development that can be used for whatever common project, contains classes and interfaces for Window objects(Swing package based) and handlers (listeners) for some common events(ActionListener,MouseListeners,MouseMotionListener,MouseWheelListener) also have classes to build 2D and 3D Graphics almost from Scratch(Just using native Graphics2D from JVM).
Comming soon:
- Variable names, class names, methods will be translated into English.
- Comments will be added for all the code.
Future work:
- Usage examples.
Any feed or suggestion would be appreciated :
My email address is i.jimenez.morgado@gmail.com or you can follow me on twitter i_morgado.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this work except in compliance with the License. You may obtain a copy of the License in the LICENSE file, or at:
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.