Search found 2 matches

Go to advanced search

by Maco_
10 Dec 2010 18:31
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59049

Re: JVLC status

Ok, I'm only using TestPlayer for the examples I'm posting. I found where the problem was. It's necessary to put the MinimumSize to solve it. It isn't a matter of setSize. Thanks for your answer and help.
by Maco_
09 Dec 2010 17:02
Forum: Development around libVLC
Topic: JVLC status
Replies: 177
Views: 59049

Re: JVLC status

I have a problem with the videoSurface and JSplitPane in my program. I can enlarge the videoSurface but can't shirk it. To reproduce this problem you can replace the line 219 in TestPlayer.java to this: JSplitPane splitPane = new JSplitPane(); splitPane.setLeftComponent(videoSurface); splitPane.setR...

Go to advanced search