You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dims12 This was a pattern that was established before I joined the project. I guess the rational was to prevent people from instantiating the utils classes. I'm curious which classes you would like to extend and why? If you would like to add new methods, perhaps they could be added to the library in the classes you'd like to extend directly.
I was wishing to add observables for JList, which are apparently absent . Also there is a library, called Piccolo2D, which is closely related to Swing, but separate. It is not reasonable to add methods for this library into RxSwing, but in some application programmer may decide to extend SwingObservable to supply missing methods.
Why did you put all static methods to enums? This disallows to extend them! Suggest to turn enums to normal classes so that anybody can extend them.
The text was updated successfully, but these errors were encountered: