posted 19 years ago
MS visual studio supports split of edit window, when you can have text scrolled differently in every view, but editing in any will be reflected in both view.
Swing preventing inserting of the same view in more than one container. How above feature can be implemented? I assume that MVC specifically designed to cover this case, however my implementation of twins views look ugly. Can somebody demonstrate elegant solution, let say for text field with the same model, so if I type something in one text field, then other will also reflect my typing unless it's scrolled to a position far away of the current typing.