Graphics java code

Tematy

biblia

1. Na niebieskim tle (w formularzach):? Jako tako się nie da. Program sam zmienia. (Tak mnie też to trochę denerwuje). Co nieco można zrobić wstawiając kod po naciśnięciu Advanced lub jeżeli przydzielamy wartość można wybrać User Code. Ale jeżeli bardzo potrzebujesz musisz otworzyć plik w dowolnym edytorze tekstowym i usunąć komentarze nad "niebieskimi polami" (Albo je lekko zmienić:D).

2. Nie. Ale są odpwiednie narzędzia. Wpisz w goglach java to exe to coś znajdziesz. A i na forum też o tym było:D

3. Należy użyć obiektu Canvas (lub JPanel:D dla wygody). Trzeba zrobić to mniej więcej tak.
JPanel obrazek = new JPanel(){
public void paint(Graphics g){
g.drawImage // Jakieś parametry nie pamiętam:(
}
};
To taki przydatny trik:D

Możesz również utworzyć nową klasę np. ImageCanvas extends java.awt.Canvas (w jakiejś książce był kod) i przeładować funkcję paint
:D



Kodie




I just found this thread and would like to add my $0.02. A plugin for either of these apps would be great. A close second would be the ability to utilize either of these applications' built in web servers to stream video from the cameras being monitored via a simple URL. Is there any (easier) way to do this than writing a plugin? If not, I understand, but I thought I'd ask before I learn more about Python than how to spell it. :-)

A little more info... At my house I can stream the videos from multiple cameras like so: http://server.home:8...o&javaOK=&43160


What does accessing that URL give you? If you can get direct access to the video feeds via the web server (and they're in a supported format) then you should be able to add them to Plex pretty easily using .strm files, or build a very simple plug-in with just a few lines of code if you wanted to customise the graphics or construct your own menus. However, the "javaOK" argument implies that the server provides the video using a Java applet - if this is the only method of viewing the streams, then you probably won't be able to access them in Plex.

  • zanotowane.pl
  • doc.pisz.pl
  • pdf.pisz.pl
  • wpserwis.htw.pl
  • Powered by MyScript