frame.setResizable(true);
}
public InfinispanDemo(String cfgFileName) {
asyncExecutor = Executors.newFixedThreadPool(1);
tableUpdateExecutor = new ThreadPoolExecutor(1, 1, 0, TimeUnit.SECONDS, new ArrayBlockingQueue(1),
new ThreadPoolExecutor.DiscardPolicy());
cacheConfigFile = cfgFileName;
cacheStatusProgressBar.setVisible(false);
cacheStatusProgressBar.setEnabled(false);