You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
442 B

5 years ago
package com.fr.plugin.external.design;
import com.fr.design.fun.impl.AbstractBackgroundQuickUIProvider;
import com.fr.design.mainframe.backgroundpane.BackgroundQuickPane;
/**
* Created by Administrator on 2017/9/10/0010.
*/
public class ExternalBackgroundUI extends AbstractBackgroundQuickUIProvider {
@Override
public BackgroundQuickPane appearanceForBackground() {
return new ExternalImageBackgroundQuickPane();
}
}