1 package be
.nikiroo
.fanfix
.bundles
;
4 import java
.io
.IOException
;
6 import be
.nikiroo
.utils
.resources
.Bundle
;
9 * This class manages the configuration of UI of the application (colours and
14 public class UiConfigBundle
extends Bundle
<UiConfig
> {
15 public UiConfigBundle() {
16 super(UiConfig
.class, Target
.ui
);
20 * Update resource file.
26 * in case of I/O error
28 public static void main(String
[] args
) throws IOException
{
29 String path
= new File(".").getAbsolutePath()
30 + "/src/be/nikiroo/fanfix/bundles/";
31 new UiConfigBundle().updateFile(path
);
32 System
.out
.println("Path updated: " + path
);
36 protected String
getBundleDisplayName() {
37 return "UI configuration options";