I want to make a windows form application and want to use windows authentication to log in the user, it has to be used in intranet. the applc开发者_运维知识库ation should accept the user name and pass
I want to build a small Swing application today and use maven2 for the build/test lifecycl开发者_开发问答e.
I\'m creating (for a semester project) a Java desktop application. The aim is to provide a rich and intuitive user interface. I\'m now looking for Java cross-platform library that works with Swing and
I have to write a demo application for a customer and currently use free .net 3\'d party trial library. If customer would be pleased with demo we will purchase commercial version开发者_StackOverflow社
I want to develop an desktop based application which shows 2D & 3D. In earlier version I have used Java 2D & 3D APIs for same.
I have a Java Desktop Application project created with NetBeans. The icon that is displayed in my main window\'s titlebar, by default, is the java logo. The same logo is displayed when I minimize this
I want to create a desktop like app, but I\'m kind of confu开发者_Python百科sed as to which technology to use. It seems Silverlight functions like a desktop app. Which technology is better suited and
I\'ve been away from Java programming (except some Android dev) and desktop apps but now I want 开发者_高级运维to develop a Java desktop app as a personal project. So I wonder, what\'s the current blu
I have some android.graphics.Bitmap data saved to a file that I want to manipulate in a desktop application.The data is generated by a third party application, so I can\'t modify the app to save the d
We are builing a windows desktop application (not web based) and trying to come up with the best way to implement Repository and UnitOfWork Pattern.