Nick

Results 13 comments of Nick

hi @sgjava it's a good idea, but do you mean all components? I used for the components a layout manager to produce the behaviour (updating components size by resizing the...

Thank you. With OS do you use for it?

Ok, I took some research. Since Java 9 you have to tell the compiler explicit which modules of the JDK are accessable. The module "java.desktop" contains the Swing classes. In...

Hi Martin, thank you for your detailed issue. Your code snippets produces the same issue for me. Typically the compoents of UiBooster are build with JDialogs (from swing) which doesn't...

https://github.com/CodingTrain/website/blob/main/challenges/coding-in-the-cabana/005_marching_squares/Processing_metaballs_interpolation/sketch_marching_squares_metaballs_interpolation/sketch_marching_squares_metaballs_interpolation.pde

I didn't use Processing for Android until now. So unfortunately I can't tell you any advise 😔 Maybe one of this answers from stackoverflow can help you: [stackoverflow](https://stackoverflow.com/questions/25660166/how-to-add-a-jar-in-external-libraries-in-android-studio)

Thank you very much. Until now I haven't work with GLSL. But it looks very interesting. I will try the GLSL for some operations. And maybe in the next release...

Median commited with a4b791fe04fe66ab078da44eb8997c784c50e297 but it is very blurry.

The current state of development brings the following breaking changes: - ImageFormElement.getValue() returns the path to the image now and not the ImagePanel anymore - ListFormElement.setValue() sets the selected elements...

hi @SeongJongKwak thank you for your issue. But at the moment UiBooster doesn't support to change the width of the columns on creating a table window. I will change your...