Details
-
Type:
Improvement
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 9.1.0 Major Release
-
Labels:
-
Story Points:0.25
-
Sprint:Spring 2019 Sprint 1
Description
There are at least two places in the code where IGB creates and displays JFrames to users:
- User selects Help > About
- User tries to open an incorrectly formatted file
Currently, some type of serif font is being shown (looks like Times). However, everywhere else in the UI we are using a san-serif font (looks like Arial.)
Change this so that the JFrames mentioned above are using Arial, not Times.
Attachments
Issue Links
- relates to
-
IGBF-517 Add additional information about why a file is unable to load
-
- Closed
-
Issue:- The font used for About page and error message when user tries to open an incorrectly formatted file is not aligned with rest of the application.
Solution:- Changed the font for the places to "Arial, Helvetica, sans-serif"
Files changed:-
core/genometry/src/main/java/com/affymetrix/genometry/util/ModalUtils.java
core/igb/src/main/resources/help/org.lorainelab.igb.AboutIGB.html
Testing steps:-
Scenario 1 - Click Help -> About Integrated Genome Browser
Scenario 2 - Drag and drop broken bed file (sample broken file attached to the ticket) in the application to receive the error pop-up
Testing results:-
Please find the attached test results
Code changes:-
https://bitbucket.org/rpatil14/riddhifork-igb/branch/IGBF-1518#diff