Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
Due to some constraints in the project I'm working on, I need to develop a desktop application using Java. Now, I face the decision of which framework should I use. Is there any outstanding one? I've searched in different questions already done in this forum, but most of them are from 2014 or earlier.
You can try JavaFx. You can also find a lot of tutorials on JavaFx in google.
https://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm
As #StephaneM told this is off topic. Anyways you should use javaFX. Which is a library that has graphics and media controlling capabilities. Your next question would be what kind of IDE you should use. As I have seen both Eclipse and Intellij Idea have the drag and drop UI building interfaces. So you can only focus on the functionality building. Welcome to Stackoverflow and please read what #StephaneM mentioned.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
The Applet class has been deprecated, and but online tutorials for creating java applets extends the Applet class. Is there a different way to create an applet without using the deprecated class?
A distinct non-answer: you do not do that.
Not only the Applet class has been deprecated. That whole "technology/idea" is dead. No current browser does support running Java code any more. In other words: Java in the browser is dead. Learning about it is a waste of time and energy.
If you want to build a Java GUI, learn about Swing or JavaFX. If you want to create a web application that runs in a browser, there are many other ways to do that. Java applets is not a reasonable way in 2018.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I develop features for Eclipse, and I often have to make SWT GUIs, for ex. Wizards. Coding SWT in Java isn't difficult to me, but I would like sometimes to see in real time what I get. Actually, I found some extensions for Eclipse to edit SWT graphically, but I want to know some other users' experiences in that area, to decide if is it worth to deal with.
I recommend the WindowBuilder (https://www.eclipse.org/windowbuilder/).
It has a plugin for Eclipse and works with SWT and Swing.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I studied some tutorials in domino designer 9 now I want to make java agent but I didn't find any tutorials, Can any one give me good tutorials to learn java agent please?
I don't know that you'll find a clear, concise step-by-step tutorial. I've found some generic code samples, and there are samples for specific tasks (you know, like "How do I send a message?") What I did to learn was to take a small task, perhaps one already written in LotusScript and make it in Java. Open a database. Open a view. Create a document. Delete a document.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Hello to all please I need help, I am very versed with java but I have this project I am working on that needs java web programming skills. I have to establish a platform for web development in java. That already done I have to test if the platform is suitable for bot static and dynamic web applications in java.This is my point of difficulty now for the test
There are plenty of tutorials. I have found these ones by Oracle to be the best. They assume you know very little java and work there way up to the complex stuff.
With out knowing what your project it is very hard to give you specific information.
http://docs.oracle.com/javase/tutorial/tutorialLearningPaths.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I have recently been tasked to working on code that uses Java CUP. Does anybody still use it? I've found a couple small resources on it, but it looks like there isn't much documentation on the main site, Java Cup Website. If there are any mailing-lists or users out there I would like to know. BTW, I can't use the new engine that is being maintained by the people in Munich, I got to stick with version 0.1.
We use the newer one on the Eclipse XPath2 engine (disturbingly called PsychoPath).
CUP gets the job done, but we use the newer one.
Being a small piece of software, it's easier to understand, which makes up for the scarceness of resources.