Thank you very much, this works and i'll continue working around this.
Another question though,
calendar.getItemSettings().setSize(18);
this line is supposed to reduce the size (height) of the items in the calendar, using resourceview. but it doesnt seem to work, unless there is some setting restricting this. i would like to reduce the height of my items shown in the image
2)- Pressing on the Resource "Pier" keeps throwing the following exception
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: class java.util.ArrayList cannot be cast to class com.mindfusion.scheduling.model.ResourceList (java.util.ArrayList is in module java.base of loader 'bootstrap'; com.mindfusion.scheduling.model.ResourceList is in unnamed module of loader 'app')
at com.mindfusion.scheduling.bq.a(Unknown Source)
at com.mindfusion.scheduling.bq.update(Unknown Source)
at com.mindfusion.scheduling.Calendar.a(Unknown Source)
at com.mindfusion.scheduling.Calendar.mousePressed(Unknown Source)
at java.desktop/java.awt.Component.processMouseEvent(Component.java:6618)
at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3398)
at java.desktop/java.awt.Component.processEvent(Component.java:6386)
at java.desktop/java.awt.Container.processEvent(Container.java:2266)
at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:4996)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:49
48)
at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:457
2)
at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4516)
at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310)
at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2780)
at java.desktop/java.awt.Component.dispatchEvent(Component.java:4828)
at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:775)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:720)
at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:714)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPr
ivilege(ProtectionDomain.java:87)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPr
ivilege(ProtectionDomain.java:98)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:747)
at java.desktop/java.awt.EventQueue$5.run(EventQueue.java:745)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPr
ivilege(ProtectionDomain.java:87)
at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:744)
at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchTh
read.java:203)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThrea
d.java:124)
at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchTh
read.java:113)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:10
9)
at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:10
1)
at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)
Thanks once again!