Search found 3 matches

by kerfmas4
Wed Aug 31, 2011 9:19 pm
Forum: Developers
Topic: Background Image from command line
Replies: 4
Views: 6074

Re: Background Image from command line

First of all, thanks a lot for your help. Now the code result that worked.

package com.eteks.test;

import java.net.URL;
import java.net.MalformedURLException;
import com.eteks.sweethome3d.plugin.Plugin;
import com.eteks.sweethome3d.plugin.PluginAction;
import com.eteks.sweethome3d.model ...
by kerfmas4
Wed Aug 31, 2011 1:36 am
Forum: Developers
Topic: Background Image from command line
Replies: 4
Views: 6074

Re: Background Image from command line

OK. Finally I've decided to learn more about java. Now I can set a predefined Jpg as backgroundimage from the menu bar.
My new question is: How could I autoload this plugin function when the application starts without clicking on the menu item?
Thanks in advance.
by kerfmas4
Fri Aug 26, 2011 2:51 pm
Forum: Developers
Topic: Background Image from command line
Replies: 4
Views: 6074

Background Image from command line

Hello all.
I would like to know if there is any way of execute a command to set the background image. Or command line.
I normally work with c# and before starting learning java, wanted to know if its possible to connect some simple functions like preferences,background image with c#.
Or if its ...