Good day! There was a need to write a small PC application for displaying jpeg images one after another. Can this be implemented in Java as a simple GUI? If so, please tell me which libraries are better for this?
It is closed due to the fact that it is necessary to reformulate the question so that it is possible to give an objectively correct answer by the participants Yuriy Spb ♦ , Kromster , fori1ton , Streletz , tutankhamun 8 Jul '16 at 21:02 .
The question gives rise to endless debates and discussions based not on knowledge, but on opinions. To get an answer, rephrase your question so that it can be given an unambiguously correct answer, or delete the question altogether. If the question can be reformulated according to the rules set out in the certificate , edit it .
- onesuch a task is simple and fast - JavaFx - Peter Slusar
- ok thanks! I'll keep it on mind. - Ruin64
- JavaFX is really the best tool for such tasks in Java. Here is a tutorial: code.makery.ch/library/javafx-8-tutorial/en - DimXenon pm
- The task can be solved using 3D in javaFX. We simply take several ImageViews and display images in them, while placing these containers themselves on the z axis one after another, or as it will be convenient. A little about 3D in javaFX: docs.oracle.com/javase/8/javafx/graphics-tutorial/… - DimXenon
|