@@ -1002,12 +1002,12 @@ class WifiBox {
10021002 .setPosition(x + 90 , y + 100 )
10031003 .setCaptionLabel(" " )
10041004 .setSize(w - padding* 2 , 26 )
1005- .setFont(createFont ( " Arial " , 15 , true ) )
1005+ .setFont(f2 )
10061006 .setFocus(false )
10071007 .setColor(color (26 , 26 , 26 ))
10081008 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
10091009 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
1010- .setColorForeground(isSelected_color ) // border color when not selected
1010+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
10111011 .setColorActive(isSelected_color) // border color when selected
10121012 .setColorCursor(color (26 , 26 , 26 ))
10131013 .setText(wifi_ipAddress)
@@ -1298,12 +1298,12 @@ class SessionDataBox {
12981298 .setPosition(x + 60 , y + 32 )
12991299 .setCaptionLabel(" " )
13001300 .setSize(187 , 26 )
1301- .setFont(createFont ( " Arial " , 15 , true ) )
1301+ .setFont(f2 )
13021302 .setFocus(false )
13031303 .setColor(color (26 , 26 , 26 ))
13041304 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
13051305 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
1306- .setColorForeground(isSelected_color ) // border color when not selected
1306+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
13071307 .setColorActive(isSelected_color) // border color when selected
13081308 .setColorCursor(color (26 , 26 , 26 ))
13091309 .setText(directoryManager. getFileNameDateTime())
@@ -2100,12 +2100,12 @@ class GaleaBox {
21002100 .setPosition(x + w - padding* 2 - 60 * 2 , y + 16 + padding* 2 )
21012101 .setCaptionLabel(" " )
21022102 .setSize(120 + padding, 26 )
2103- .setFont(createFont ( " Arial " , 15 , true ) )
2103+ .setFont(f2 )
21042104 .setFocus(false )
21052105 .setColor(color (26 , 26 , 26 ))
21062106 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
21072107 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
2108- .setColorForeground(isSelected_color ) // border color when not selected
2108+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
21092109 .setColorActive(isSelected_color) // border color when selected
21102110 .setColorCursor(color (26 , 26 , 26 ))
21112111 .setText(ipAddress)
@@ -2299,12 +2299,12 @@ class BrainFlowStreamerBox {
22992299 .setPosition(x + padding * 3 , y + HEADER_H + padding* 2 )
23002300 .setCaptionLabel(" " )
23012301 .setSize(120 , OBJECT_H )
2302- .setFont(createFont ( " Arial " , 15 , true ) )
2302+ .setFont(f2 )
23032303 .setFocus(false )
23042304 .setColor(color (26 , 26 , 26 ))
23052305 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
23062306 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
2307- .setColorForeground(isSelected_color ) // border color when not selected
2307+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
23082308 .setColorActive(isSelected_color) // border color when selected
23092309 .setColorCursor(color (26 , 26 , 26 ))
23102310 .setText(DEFAULT_IP_ADDRESS ) // default ipAddress == ""
@@ -2330,12 +2330,12 @@ class BrainFlowStreamerBox {
23302330 .setPosition(x + padding* 5 + w/ 2 , y + HEADER_H + padding* 2 )
23312331 .setCaptionLabel(" " )
23322332 .setSize(50 , OBJECT_H )
2333- .setFont(createFont ( " Arial " , 15 , true ) )
2333+ .setFont(f2 )
23342334 .setFocus(false )
23352335 .setColor(color (26 , 26 , 26 ))
23362336 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
23372337 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
2338- .setColorForeground(isSelected_color ) // border color when not selected
2338+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
23392339 .setColorActive(isSelected_color) // border color when selected
23402340 .setColorCursor(color (26 , 26 , 26 ))
23412341 .setText(DEFAULT_PORT ) // default port == 0
@@ -2530,12 +2530,12 @@ class StreamingBoardBox {
25302530 .setPosition(x + padding * 3 , y + headerH + padding* 2 )
25312531 .setCaptionLabel(" " )
25322532 .setSize(w / 3 , objectH)
2533- .setFont(createFont ( " Arial " , 15 , true ) )
2533+ .setFont(f2 )
25342534 .setFocus(false )
25352535 .setColor(color (26 , 26 , 26 ))
25362536 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
25372537 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
2538- .setColorForeground(isSelected_color ) // border color when not selected
2538+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
25392539 .setColorActive(isSelected_color) // border color when selected
25402540 .setColorCursor(color (26 , 26 , 26 ))
25412541 .setText(" " ) // default ipAddress == ""
@@ -2547,12 +2547,12 @@ class StreamingBoardBox {
25472547 .setPosition(x + padding* 5 + w/ 2 , y + headerH + padding* 2 )
25482548 .setCaptionLabel(" " )
25492549 .setSize(w / 5 + padding, objectH)
2550- .setFont(createFont ( " Arial " , 15 , true ) )
2550+ .setFont(f2 )
25512551 .setFocus(false )
25522552 .setColor(color (26 , 26 , 26 ))
25532553 .setColorBackground(color (255 , 255 , 255 )) // text field bg color
25542554 .setColorValueLabel(OPENBCI_DARKBLUE ) // text color
2555- .setColorForeground(isSelected_color ) // border color when not selected
2555+ .setColorForeground(OPENBCI_DARKBLUE ) // border color when not selected
25562556 .setColorActive(isSelected_color) // border color when selected
25572557 .setColorCursor(color (26 , 26 , 26 ))
25582558 .setText(Integer . toString(0 )) // default port == 0
0 commit comments