Skip to content

shatterhand19/BUtils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BUtils

The library provides various tools and methods that shorten the number of lines of code a developer has to write. It is based on the standard Java classes and methods.

Currently implemented features:

  • IO : wrapper around the Files read/write methods. NOT yet fully comprehensively implemented.
  • Swing : wrapper around the java.awt.* classes. It provides support for easy creation of Containers/Components and editing their layouts.
    • Borders - adding empty and line borders
    • Buttons - creating a row/column of buttons
    • Layouts - setting different layouts
    • Tables - creating tables with different properties
  • Collections : provides methods that make using the java Collections easier
    • Map - functions for putting arrays/lists of keys and values in a map

About

Library that provides various utils and shortcuts for Java code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors