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 would like to know if there is a tool which can help me to automate a java applet application in browser
i tried to use FEST-Selenium but is there any other tools ?
thank you
After some research on Java Applet Automation i found some tools which can help to automate the Java Applets. Some of them you can Look for is LiveConnect and Robot. You can give a try with them.
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 3 years ago.
Improve this question
What libraries we can use nowadays to embed HTML with Java Swing. I mean for production ready code. I know there were some lubearies in the past but are there viable options for HTML5?
CSSBox and SwingBox are still being updated and maintained, and I've used them successfuly in side projects. You can find them here:
SwingBox
CSSBox
Maybe you can try JavaFX?
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
What I want to do is an iPhone app. But I want to program this in Java : is it possible?
Because, to program an iPhone app you have to program in Swift or Objective C, but can we do it in Java?...
There was a solution: RoboVM. Unfortunately it has been discontinued. But still available here: https://github.com/robovm/robovm
Also you may look at: Avian and Intel Multi-OS Engine
There is a solution https://www.codenameone.com/ which allows WORA for iOS and many other OS's including Windows UWP etc.
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 7 years ago.
Improve this question
I already developed my first swing and spring apps, i was wondering if there are any cross platform frameworks for java mobile (android and IOS) app development, if not what frameworks would u suggest.
2 Frameworks that I know of, aimed at game development:
PlayN
LibGDX
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
What are the available static code analysis tools for Java EE proects .
I want the tool to be stand alone or it should be integrated with tortoise SVN (like plugin).
I tried PMD it is working fine.
Here is the standalone tool:
Source Monitor
Or Sonar, which can be used as stanalone or with maven/ant.
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 6 years ago.
Improve this question
I am currently trying to make a metronome with adjustable rhythm and tempo, but I have no idea how to use the Java sound API.
Here's a demo on Oracle's website for the Java Sound API. Also be sure to check out the Java Sound Programmer Guide.