Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
3
Posts with Upvotes
2
Upvoting Members
3
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
3 Commented Posts
0 Endorsements
~7K People Reached
About Me

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 i9-14900K RAM 128GB SSD 12To nVidia RTX 4070 on LG 4K HDR
Favorite Tags

5 Posted Topics

Member Avatar for nitin1

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.

Member Avatar for ddanbe
0
5K
Member Avatar for Edward_16

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 …

Member Avatar for JamesCherrill
0
232
Member Avatar for Julius_4

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 …

Member Avatar for Chien-Rouge
0
844
Member Avatar for mydreamgirl

There is 3 methods to decode audio and/or video : - DecodeAndPlayVideo - DecodeAndPlayAudio - DecodeAndPlayAudioAndVideo They are all in : com.xuggle.xuggler.demos

Member Avatar for mydreamgirl
0
421
Member Avatar for Chien-Rouge

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 …

Member Avatar for Netcode
0
84

The End.