Some easy to use counters which can be used in more complexes loops.
In this project i include some easy to use counters which can be used in more complexes loops. Some of this counters are :
- BinaryCounter (binary counter)
- PermutCounter (permutation counter)
Binary Counter allow a control of a succession of integer vectors :
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
...
in same way as bits in a byte.
PermutCounter have next succession of arrays (in case of size 4) :
0 1 2 3
0 1 3 2
0 2 1 3
...
3 2 1 0
Reduced SWING coding. New UI components. Easy layout management.
About:
1) Projects helps Java - SWING developers to develop UI forms very faster.
2) API contains reusable Components & Layouts that developers can directly use in their projects.
3) Just include project JAR file in your existing project then import and use all features (refer JavaWizardDevelopmentDocumentation)
* Don't worry about Java's complex layouts,
just pass your components as parameters to our "MyLayout" class and we'll do it for you.
* New & pre-aligned UI components like LabelledText (combination of JLabel & JTextField)...
THIS PROJECT HAS NOW MOVED TO GITHUB:
https://github.com/arenhag/BizUnitCompare
BizUnitCompare enables you to easily compare the actual result of your integrations with an expected result. It differs from the XPathValidationStep in that it allows you to define what to exclude rather than have to define everything to include.