D
D
DDwrt1002019-12-16 09:59:42
Java
DDwrt100, 2019-12-16 09:59:42

How are mutable user interfaces created in Java?

Good afternoon, I became interested in the issue here, the creation of adaptive user interfaces.
This is when a user, for example, logs in and creates his own buttons for his work (connecting to a database, displaying certain graphs). If the interface is on the web, then I can roughly imagine what methods can be used to organize this.
And if we take some JavaFX, how is this implemented? Can anyone suggest articles on this aspect, or explain on the fingers here?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman, 2020-01-13
@DDwrt100

For JavaFX you install SceneBuilder and then you create interfaces in it. In fact, on the "layer" you drag the elements you need (buttons, tables), and then add code to process them.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question