controlpanel

Java Control Panel doesn't want to save JRE changes?

I'm trying to add some runtime parameters to the Java Plug-In so that I can debug an applet in my browser. I go to the Java ControlPanel, click the Java tab, and click "View..." and add the runtime parameters. After I click OK and close everything, it doesn't work. So I go back to the Java Control Panel, and the changes I just made are g...

Programmatically changing Control Panel network options to connect to VPN

I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a new VPN connection and switch to it every time they want to connect to my VPN. After doing some research I found there are ways to do this programatically, for example: http://hidemyass.com/vpn/ This service offers a program to connect to thei...

Programmatically changing Control Panel network options to connect to VPN

I offer a VPN service to my users, and a lot of them complain that it's a hassle to set up a new VPN connection and switch to it every time they want to connect to my VPN. After doing some research I found there are ways to do this programatically, for example: http://hidemyass.com/vpn/ This service offers a program to connect to thei...

Control panel for Java media player with JMF

Hi there I was wondering about how to get the control panel components (start, stop, etc) from the Java media player with JMF. I have: Player mediaPlayer = Manager.createRealizedPLayer( mediaURL); Component video = mediaPlayer.getVisualComponent(); Component controls = mediaPlayer.getControlPanelComponent(); Then ... mediaPlaye...

How do I make my installer hide the Cancel button from the ARP?

I need to be able to hide or disable the Cancel button in my installer when the user clicks on Remove in the ARP. Is there any way to go about doing that, and if so, how? (Adding the /qb! command line option into the UninstallString registry value doesn't work. I tried. No IDE-specific answers, please, unless they pertain to Wise Windows...