Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 725 Bytes

Changes_2_0.md

File metadata and controls

18 lines (9 loc) · 725 Bytes

Changes 2.0

Development branch: TODO

Issues / Tickets: Issues in a grid

Package structure

Goal: eliminiate circular (intra-jar) dependencies.

Event Subsystem

Property Change Handling

The Bubbling up of Property Changes uses bitwise comparison to determine if it should be dispatched up the hierarchy. Since the default is to not bubble up, this seems to be adding a whole lot of code to the core for something that's rarely used.

mro: Let's see how awt, swing, swt (and Cocoa touch) do it an pick the best ideas.