Top "Desktop-application" questions

An application that runs stand alone in a desktop or laptop computer.

How to deploy an Electron app as an executable or installable in Windows?

I want to generate a unique .exe file to execute the app or a .msi to install the application. How …

windows deployment desktop-application electron
How do I convert web application into desktop executable?

I've HTML application build with AngularJS/jQuery/Bootstrap with AJAX REST API. Is it possible to create executable/installer for …

html web-applications converter desktop-application
How to remove actionPerformed methods in NetBeans

When a JButton is added to a content pane, we can set an action by double clicking the button or …

swing netbeans desktop-application
How can I launch a URL in the users default browser from my application?

How can I have a button in my desktop application that causes the user's default browser to launch and display …

c# browser desktop-application
Python on Electron framework

I am trying to write a cross-platform desktop app using web technologies (HTML5, CSS, and JS). I took a look …

python frameworks cross-platform desktop-application electron
Can I send SMS Messages from a C# Application?

I'm looking to build a program that would allow me to send SMS messages directly from the C# Application. I …

c# winforms sms desktop-application sms-gateway
Why can't I find Java desktop application in Netbeans 7.1

I downloaded Netbeans 7.1 with all bundle from http://netbeans.org/downloads and installed it successfully on Windows 7. But I can't …

netbeans desktop-application jsr296 swing-app-framework saf
Can Maven collect all the dependent JARs for a project to help with application deployment?

I'm just starting to use Maven, (evaluating it, really) and I need to be able to quickly generate a JAR …

java deployment maven-2 desktop-application
How to build a SystemTray app for Windows?

I usually work on a Linux system, but I have a situation where I need to write a client app …

python windows macos desktop-application appcelerator
Creating an installer for Java desktop application

I know this question has been asked many a times and all the time there is an answer which says …

java deployment installation desktop-application