Skip to content

Conversation

@ilkivoo
Copy link
Owner

@ilkivoo ilkivoo commented May 11, 2018

No description provided.

@jzuken
Copy link

jzuken commented May 15, 2018

эту ветку по логике стоит отвести от hw3 и добавить gui туда. раскопирование кода ни к чему хорошему не приводит


@Override
public void start(Stage primaryStage) throws Exception {
primaryStage.setTitle("Крестики - Нолики");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:)

*/
private void download(GridPane gridPane, Client client, String path) {
gridPane.getChildren().clear();
CreateNewElements.createLabel(gridPane, 50, 300, 0, 0, "Введите путь для сохранения");
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

а нельзя показать диалог, который бы позволил выбрать путь?

import java.util.HashSet;
import java.util.List;

public class CreateNewElements {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

не очень по стайлгайду имя класса

* @param client to communicate with the server
* @param clientUI for print result
*/
public static void createBackButton(GridPane gridPane, double height, double width, int x, int y, String text, String path, Client client, ClientUI clientUI) {
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

длинноваты строки

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants