home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- final class GroupLayout$AutoPreferredGapMatch {
- public final GroupLayout.ComponentSpring source;
- public final GroupLayout.ComponentSpring target;
-
- GroupLayout$AutoPreferredGapMatch(GroupLayout.ComponentSpring var1, GroupLayout.ComponentSpring var2) {
- this.source = var1;
- this.target = var2;
- }
-
- private String toString(GroupLayout.ComponentSpring var1) {
- return var1.getComponent().getName();
- }
-
- public String toString() {
- return "[" + this.toString(this.source) + "-" + this.toString(this.target) + "]";
- }
- }
-