Small adjustments for the Data Import Wizard

Issue #364 resolved
Anastasia Baryshnikova created an issue

USE CASE: WHAT DO YOU WANT TO DO?

Make the Data Import Wizard look cleaner

STEPS TO REPRODUCE AN ISSUE (OR TRIGGER A NEW FEATURE)

File > Open > any file

CURRENT BEHAVIOR

EXPECTED BEHAVIOR

1) All the text should be the same size (as I think usually happens in software interfaces, no?). The font size used on the buttons (Cancel, Proceed >) seems to be perfect.

2) Let's try to make it a bit cleaner:

Column Delimiter: [ ] Tab [ ] Comma [ ] Semicolon [ ] Space

First Data Cell: Row [ ] Column [ ]

Preview:


|

|

|

|

3) Wouldn't it be better to have "Continue" instead of "Proceed >" ? A bit more familiar?

DEVELOPERS ONLY SECTION SUGGESTED CHANGE (Pseudocode optional) e.g. Add a color selection class FILES AFFECTED (where the changes will be implemented) - developers only e.g. selectColor.java & settingsPanel.java LEVEL OF EFFORT - developers only trivial/minor/medium/major/overhaul (choose one) COMMENTS

Comments (9)

  1. Robert Leach

    Could also eliminate the "data loading was interrupted" dialog that pops up when the user cancels or closes the load window.

  2. Christopher Keil repo owner

    Adjusted font size

    Some font size adjustments to use the default font size specified by the System L&F so that it remains uniform.

    Resolves: #364

    See also: -

    → <<cset cd00fd6c6daa>>

  3. Christopher Keil repo owner

    Adjusted font size

    Some font size adjustments to use the default font size specified by the System L&F so that it remains uniform.

    Resolves: #364

    See also: -

    → <<cset cd00fd6c6daa>>

  4. Log in to comment