Buoy is an interesting public-domain wrapper for Swing. It uses reflection to let you create Cocoa-style connections between event generators and event handlers, without the cruft of using interfaces and anonymous adapter classes. For instance, the Java: widget.addEventLink(ActionEvent.class, obj, “doSomething”); is loosely equivalent to the Objective-C: [widget setTarget:obj]; [widget setAction:@selector(doSomething:)]; Several benefits fall out of … Continue reading Buoy 1.0
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed