Code Monkey home page Code Monkey logo

table-layout's Introduction

TableLayout - An Alternative to GridBagLayout

Build Status Maven Central

This project is a mirror of the great and powerful layout manager TableLayout by Daniel Barbalace.

Javadoc for this project is available under https://nerro.github.io/table-layout.

Maven coordinates:

<dependency>
  <groupId>info.clearthought</groupId>
  <artifactId>table-layout</artifactId>
  <version>4.3.0</version>
</dependency>

Preface

Little introduction why I created this repository. In one of the projects I wanted to use this layout manager, but it was not easy to find the binaries. JAR files in maven central repository were not the same with TableLayout.jar from Oracle site:

Further in JARs there are java source files with examples too.

Idea

My idea was (is) to split old project in two projects: tablelayout (with only core files) and examples; and migrate to maven. Then I put it to github. The main motive for adaption and migration is to bring more standard (jar file name etc.) and possibly give second breeze for project with github pull request model.

Conclusion

All rights belongs to Daniel Barbalce (http://www.clearthought.info).

I just changed the build system from ant to maven, subversion to git and extracted examples in the separate project.

table-layout's People

Contributors

nerro avatar

Stargazers

 avatar  avatar

Watchers

 avatar

table-layout's Issues

Fix compile warnings

The project was updated 2009 last time. Some warning like generics etc should be fixed.

Adding of unit tests

The project has no unit-tests. For some logic, like calculate component size, count or etc, it would be very helpful.

Error when building javadocs

There are errors and warnings with new maven-javadoc-plugin:2.9.1. Without solving this we cannot release the new version at Sonatype repo.

Refactoring pom.xml

  • use dependencyManagement
  • use properties for dependency and plugin versions

Release 4.3.0 proposal

  • Issues:
    • #16 - Java Compatibility lower to 1.5
    • #17 - Fix Travis-CI configuration
    • #20 - Error when building javadocs
  • Deployment:
    • deploy to Sonatype Staging repository
    • deploy to Sonatype Release repository
    • drop Sonatype Staging repository
  • Documentation:
    • prepare release notes
    • build javadoc
    • update gh-pages branch

Change compile java level

In ant build.xml there are 3 specified releases:

  • 1.1 java
  • 1.4 java
  • 1.5 java

I think that minimal version should be changed and compile version too.

Java Compatibility lower to 1.5

Could you please change requirement in maven to Java 1.5? I have just made a "fork" of original project bacuse I need new maven release with java 1.5...

And after that I found this project... I could drop my project if you would lower requirement to java 1.5 (at the time it doesn't require higher than that)...

Speed up travis builds

mvn install takes around 16 seconds for installing all dependencies in maven local repository. Using cache feature from travis could save the time for other builds (actually 2: jdk6 and jdk7). Later we'll use java8.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.