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
There currently are two .form files (XML-based layouts) for the cache panel and the log panel depending on NetBeans IDE to transform them into Java code. We should think of a proper way to handle these files in the future as I do not really like IDE-specific stuff.
The text was updated successfully, but these errors were encountered:
Additionally we are stuck to the component names with this and all components are global inside the class. The best way probably is to just reformat the corresponding Java classes to comply with the overall style, but keep the .form files nevertheless if we really need it later on.
There currently are two
.form
files (XML-based layouts) for the cache panel and the log panel depending on NetBeans IDE to transform them into Java code. We should think of a proper way to handle these files in the future as I do not really like IDE-specific stuff.The text was updated successfully, but these errors were encountered: