- Strength to Increase Rep
- +2
- Strength to Decrease Rep
- -0
- Upvotes Received
- 3
- Posts with Upvotes
- 2
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I am an enthousiast developer who likes making music too ! I love Java as a religion !
- Interests
- PC, Java, Django, C#, music, movies from America, France, China, Korea and Japan
- PC Specs
- Core i7-10700K 3.9Ghz RAM 128GB HDD 30To SSD 4To nVidia GTX 2080 Super on LG 4K HDR
Re: Hello! You can run Mac OSX (virtualized) on Windows as well like said by rproffitt but do not use this version of Mac OSX every day, it's not a legal version but it works! Follow [this link](http://www.wikigain.com/install-macos-sierra-10-12-virtualbox/). This version of MacOSX is not a dmg or iso, it's a vmdk … | |
Re: Maybe it's stupid but you can try to dialog between your 2 apps by using client-server and vice versa. Send data with code that contains your string. And use event handler to get the deal. | |
Re: JC gave you the response but there is a lot of mistakes in your coding. Don't use System.exit(0); in closing event, it's like you kill your app two times. Then there will be a problem if the end user type letters in your textfield! Try to extend your textfield to … | |
Re: Hello! I suppose you use Nimbus look & feel. And JProgressBar is always orange. But Nimbus is fully customizable, just change the painter. See it [here](https://docs.oracle.com/javase/tutorial/uiswing/lookandfeel/_nimbusDefaults.html) for details. Your values to change are: * ProgressBar[Disabled+Finished].foregroundPainter * ProgressBar[Disabled+Indeterminate].foregroundPainter * ProgressBar[Disabled].foregroundPainter * ProgressBar[Enabled+Finished].foregroundPainter * ProgressBar[Enabled+Indeterminate].foregroundPainter * ProgressBar[Enabled].foregroundPainter The Painter class: public static … | |
Re: There is 3 methods to decode audio and/or video : - DecodeAndPlayVideo - DecodeAndPlayAudio - DecodeAndPlayAudioAndVideo They are all in : com.xuggle.xuggler.demos | |
Hi ! I am Chien-Rouge, I’m French and I live in Toulouse, France ( Chien-Rouge = RedDog in english). I like technological things, computers, music, play to video games, see videos.... I make my own programs as hobby. I know some languages like Java or Visual Basic by example. I also … |