Skip to content

Commit

Permalink
Update PDVStart.java
Browse files Browse the repository at this point in the history
  • Loading branch information
wenbostar authored Feb 29, 2024
1 parent 6a3c9ca commit 3266586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/PDVGUI/gui/PDVStart.java
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ private void newDeNovoJButtonActionPerformed (ActionEvent evt){
*/
private void newDeNovoResultJButtonMouseEntered(MouseEvent evt) {

JLabel deNovoJLabel = new JLabel("<html>Visualize denovo sequencing result (DeepNovo, Novor, PepNovo, pNovo).</html>");
JLabel deNovoJLabel = new JLabel("<html>Visualize denovo sequencing result (Casanovo, DeepNovo, Novor, PepNovo, pNovo).</html>");

deNovoJLabel.setFont(new Font("simsun", Font.ITALIC, 12));

Expand Down

0 comments on commit 3266586

Please sign in to comment.