file_id stringlengths 5 10 | content stringlengths 57 33.1k | repo stringlengths 8 77 | path stringlengths 6 174 | token_length int64 19 8.19k | original_comment stringlengths 7 10.6k | comment_type stringclasses 2
values | detected_lang stringclasses 1
value | prompt stringlengths 21 33.1k |
|---|---|---|---|---|---|---|---|---|
31244_34 | package currencycalc;
import android.content.Context;
import android.content.Intent;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import androi... | radoslaw-jarzynka/CurrencyCalculator | CurrencyCalc/src/currencycalc/MapActivity.java | 3,788 | //jakby byly bledy niech zwroci pusta liste - nie bedzie null pointerow | line_comment | pl | package currencycalc;
import android.content.Context;
import android.content.Intent;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
import android.os.AsyncTask;
import android.os.Bundle;
import android.support.v4.app.FragmentActivity;
import androi... |
31245_0 | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... | MattWroclaw/Hibernate_MappedSuperclass | src/main/java/sda/hibernate/entity/przyklad1/UzytkownikExtraData2.java | 711 | // to poniżej dotyczy adresuKOrespondencyjnego. Trzeba mapować, bo inaczej po stworzeniu | line_comment | pl | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... |
31245_1 | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... | MattWroclaw/Hibernate_MappedSuperclass | src/main/java/sda/hibernate/entity/przyklad1/UzytkownikExtraData2.java | 711 | // adresuZameldowania Hibernate będzie jeszcze raz tworzył to samo przy adresieKorespondecyjnym | line_comment | pl | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... |
31245_2 | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... | MattWroclaw/Hibernate_MappedSuperclass | src/main/java/sda/hibernate/entity/przyklad1/UzytkownikExtraData2.java | 711 | // A gdyby było więcej, to i tak się mapuje z tego pierwotnego | line_comment | pl | package sda.hibernate.entity.przyklad1;
import javax.persistence.*;
@Entity
@Table(name = "uzytkownikextradata2")
public class UzytkownikExtraData2 {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
@Column
private long id;
@Column
private String imie;
@Column
private String naz... |
31246_11 | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... | tomekl007/SCJP_book | src/chapter8/MyOuter.java | 869 | //z moze nie istniec podczas gdy class MyInner moze zostac przekazana do innej metody | line_comment | pl | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... |
31246_12 | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... | tomekl007/SCJP_book | src/chapter8/MyOuter.java | 869 | //i bedzie dalej istniec. W momencie gdyby odwolala sie do z, z nie istnieje gdyz wraz z zakonczeniem wykonaywania sie metody | line_comment | pl | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... |
31246_13 | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... | tomekl007/SCJP_book | src/chapter8/MyOuter.java | 869 | //doStuff przestalo istniec, dla tego z musi byc final | line_comment | pl | package chapter8;
/**
* Created with IntelliJ IDEA.
* User: tomaszlelek
* Date: 1/19/14
* Time: 10:15 PM
* To change this template use File | Settings | File Templates.
*/
class MyOuter {
private int x = 7;
public void makeInner() {
MyInner in = new MyInner(); // make an inner instance
... |
31247_3 | package com.company.smtp.protocol;
import com.company.smtp.MDA.MDA;
import com.company.smtp.server.SMTPServer;
import com.company.smtp.server.Session;
import java.io.IOException;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CommandHandler {
private final Strin... | kasiakrotka/smtp_serwer | src/com/company/smtp/protocol/CommandHandler.java | 3,040 | //trzeba jeszcze dopisać coś żeby zmieniały sie stany w ktorych jest server i w przypadku gdyby | line_comment | pl | package com.company.smtp.protocol;
import com.company.smtp.MDA.MDA;
import com.company.smtp.server.SMTPServer;
import com.company.smtp.server.Session;
import java.io.IOException;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CommandHandler {
private final Strin... |
31247_4 | package com.company.smtp.protocol;
import com.company.smtp.MDA.MDA;
import com.company.smtp.server.SMTPServer;
import com.company.smtp.server.Session;
import java.io.IOException;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CommandHandler {
private final Strin... | kasiakrotka/smtp_serwer | src/com/company/smtp/protocol/CommandHandler.java | 3,040 | //był w złym stanie to żeby się resetował. | line_comment | pl | package com.company.smtp.protocol;
import com.company.smtp.MDA.MDA;
import com.company.smtp.server.SMTPServer;
import com.company.smtp.server.Session;
import java.io.IOException;
import java.util.*;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class CommandHandler {
private final Strin... |
31252_4 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... | martynadudzinska/Across-the-Universe | src/src/OknoGry.java | 5,252 | //ten JPanel zamieszczony w konstruktorze Thread | line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... |
31252_5 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... | martynadudzinska/Across-the-Universe | src/src/OknoGry.java | 5,252 | //wywoluje metode run() | line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... |
31252_7 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... | martynadudzinska/Across-the-Universe | src/src/OknoGry.java | 5,252 | //zeby zadzialal if delta musi być równa 1 (bądź przekroczyć 1), | line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... |
31252_8 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... | martynadudzinska/Across-the-Universe | src/src/OknoGry.java | 5,252 | //a wiec (aktualnyCzas - czas) musi być równe przynajmniej interval | line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... |
31252_9 | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... | martynadudzinska/Across-the-Universe | src/src/OknoGry.java | 5,252 | //im wiekszy FPS tym mniejszy interval, tym częściej delta = 1 | line_comment | pl | import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.Graphics;
import java.awt.event.MouseAdapter;
import java.awt.event.MouseEvent;
import java.awt.image.BufferedImage;
import java.io.IOException;
public class OknoGry extends JPanel implements Runnable {
int FPS = 70;
Threa... |
31254_0 | package wyklad._07wyjatki;
class Exc0 {
public static void main(String[] args) {
int d = 0;
int a = 42 / d;
System.out.print(a);
}
}
// Skompiluj i uruchom.
// Jakie informacje otrzymujemy wraz z błędem?
| tborzyszkowski/Java_Wyklad | src/wyklad/_07wyjatki/Exc0.java | 102 | // Skompiluj i uruchom. | line_comment | pl | package wyklad._07wyjatki;
class Exc0 {
public static void main(String[] args) {
int d = 0;
int a = 42 / d;
System.out.print(a);
}
}
// Skompiluj i <SUF>
// Jakie informacje otrzymujemy wraz z błędem?
|
31254_1 | package wyklad._07wyjatki;
class Exc0 {
public static void main(String[] args) {
int d = 0;
int a = 42 / d;
System.out.print(a);
}
}
// Skompiluj i uruchom.
// Jakie informacje otrzymujemy wraz z błędem?
| tborzyszkowski/Java_Wyklad | src/wyklad/_07wyjatki/Exc0.java | 102 | // Jakie informacje otrzymujemy wraz z błędem? | line_comment | pl | package wyklad._07wyjatki;
class Exc0 {
public static void main(String[] args) {
int d = 0;
int a = 42 / d;
System.out.print(a);
}
}
// Skompiluj i uruchom.
// Jakie informacje <SUF>
|
31256_0 | import javax.swing.*;
public class ObjectToJson{
String tasma1;
String tasma2;
String tasma3;
//ImageIcon[][] wylosowane;
boolean[] jakieWygrane;
int stawka;
int pieniadze;
ObjectToJson(String tasma1, String tasma2, String tamsa3,
boolean[] jakieWygrane, int stawka... | Mefjuu94/Projekty | JednorekiBandytaV2/src/ObjectToJson.java | 230 | //this.wylosowane = wylosowane; | line_comment | pl | import javax.swing.*;
public class ObjectToJson{
String tasma1;
String tasma2;
String tasma3;
//ImageIcon[][] wylosowane;
boolean[] jakieWygrane;
int stawka;
int pieniadze;
ObjectToJson(String tasma1, String tasma2, String tamsa3,
boolean[] jakieWygrane, int stawka... |
31258_0 | package Model;
import Wspolrzedne.Punkt;
/**
* klasa pocisku ktory jest wystrzeliwany z broni
* @author marcin
*
*/
public abstract class Pocisk extends RuchomyTwor implements Cloneable {
/**
* ilosc obrazen jakie zadaje dany pocisk
*/
protected int dmg;
public Pocisk(){
super();
}
public Pocisk(Punk... | WezSieTato/StrzelankaPROZ | Strzelanka/Model/Pocisk.java | 364 | /**
* klasa pocisku ktory jest wystrzeliwany z broni
* @author marcin
*
*/ | block_comment | pl | package Model;
import Wspolrzedne.Punkt;
/**
* klasa pocisku ktory <SUF>*/
public abstract class Pocisk extends RuchomyTwor implements Cloneable {
/**
* ilosc obrazen jakie zadaje dany pocisk
*/
protected int dmg;
public Pocisk(){
super();
}
public Pocisk(Punkt a) {
super(a);
}
public Object clone(... |
31258_1 | package Model;
import Wspolrzedne.Punkt;
/**
* klasa pocisku ktory jest wystrzeliwany z broni
* @author marcin
*
*/
public abstract class Pocisk extends RuchomyTwor implements Cloneable {
/**
* ilosc obrazen jakie zadaje dany pocisk
*/
protected int dmg;
public Pocisk(){
super();
}
public Pocisk(Punk... | WezSieTato/StrzelankaPROZ | Strzelanka/Model/Pocisk.java | 364 | /**
* ilosc obrazen jakie zadaje dany pocisk
*/ | block_comment | pl | package Model;
import Wspolrzedne.Punkt;
/**
* klasa pocisku ktory jest wystrzeliwany z broni
* @author marcin
*
*/
public abstract class Pocisk extends RuchomyTwor implements Cloneable {
/**
* ilosc obrazen jakie <SUF>*/
protected int dmg;
public Pocisk(){
super();
}
public Pocisk(Punkt a) {
super(... |
31259_0 |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Symulacja algorytmow alokacji ramek.");
System.out.println("ile procesow?");
int iloscProcesow = sc.nextInt();
System.out.printl... | Filipstrozik/algorytmy_alokacji_ramek | src/Main.java | 630 | //zwiekszanie spowoduje ogolnie zmniejszenie bledow i szamotan szczegolnie dla mmodelu strefowego | line_comment | pl |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Symulacja algorytmow alokacji ramek.");
System.out.println("ile procesow?");
int iloscProcesow = sc.nextInt();
System.out.printl... |
31259_1 |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Symulacja algorytmow alokacji ramek.");
System.out.println("ile procesow?");
int iloscProcesow = sc.nextInt();
System.out.printl... | Filipstrozik/algorytmy_alokacji_ramek | src/Main.java | 630 | //1/2 wss najlepsze wyniki dla strefowego | line_comment | pl |
import java.util.Scanner;
public class Main {
public static void main(String[] args) {
Scanner sc = new Scanner(System.in);
System.out.println("Symulacja algorytmow alokacji ramek.");
System.out.println("ile procesow?");
int iloscProcesow = sc.nextInt();
System.out.printl... |
31260_0 | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... | patrulek/HeroSim | src/Capital.java | 486 | /**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/ | block_comment | pl | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
<SUF>*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstruktor klasy
*
* @param pos - pozycja w swi... |
31260_1 | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... | patrulek/HeroSim | src/Capital.java | 486 | /**
* Lista superbohaterow przesiadujacych w miescie
*/ | block_comment | pl | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych <SUF>*/
private Vector<Superhero> superHeroes;
/**
* Konstruktor klas... |
31260_2 | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... | patrulek/HeroSim | src/Capital.java | 486 | /**
* Konstruktor klasy
*
* @param pos - pozycja w swiecie (w pikselach)
* @param size - rozmiar stolicy (w pikselach)
* @param world - referencja na swiat symulacji
* @param name - nazwa miasta
* @param gpIDs - ID punktow grafu jakie znajduja sie w miescie
*/ | block_comment | pl | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... |
31260_3 | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... | patrulek/HeroSim | src/Capital.java | 486 | /**
* Konstruktor klasy
*
* @param town - referencja na istniejace miasto
*/ | block_comment | pl | import java.awt.Dimension;
import java.awt.Graphics;
import java.util.Vector;
/**
*
*
* Klasa stolicy.
* @author Patryk Lewandowski
* @version 1.0
*
*/
public class Capital extends Town {
/**
* Lista superbohaterow przesiadujacych w miescie
*/
private Vector<Superhero> superHeroes;
/**
* Konstrukt... |
31275_0 | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... | pmatejko/Hinge | src/Hinge/Deck.java | 565 | // Talia - tu sa przetrzymywane karty gracza jakie | line_comment | pl | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - <SUF>
// po dobraniu moze uzyc w czasie gry
/*-----------------------------------------
... |
31275_1 | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... | pmatejko/Hinge | src/Hinge/Deck.java | 565 | // po dobraniu moze uzyc w czasie gry | line_comment | pl | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu <SUF>
/*---------------------------------------... |
31275_3 | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... | pmatejko/Hinge | src/Hinge/Deck.java | 565 | // Potasowanie wybranej talii | line_comment | pl | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... |
31275_5 | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... | pmatejko/Hinge | src/Hinge/Deck.java | 565 | // getCard zwraca karte z gory talii (nie mozna wybierac konkretnego indeksu) | line_comment | pl | package Hinge;
import java.util.*;
import static Hinge.Unit.*;
public class Deck extends ArrayList<Card> { // Talia - tu sa przetrzymywane karty gracza jakie
// po dobraniu moze uzyc w czasie gry
/*----------------------... |
31278_1 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /**
* Glowny panel zarzadzania wykresami. Umozliwia wybor typu wykresu,
* typu danych jakiego beda na nim wyswietlane, a takze atrybutow jakie
* beda reprezentowane przez poszczegolne osie wykresu
*
* @author Damian Manski & Maciej Zuchniak
*/ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_2 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** wypisywana nazwa wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_3 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** wypisywana nazwa wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_4 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** wypisywana nazwa wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_5 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do wybierania typu wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_6 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do wybierania typu danych do wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_8 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu X wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_9 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu Y wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_10 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu X wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_11 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu Y wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_12 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu X wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_14 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** comboBox do ustalenia atrybutu symbolicznego wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_15 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** przycisk do zatwierdzania tworzenia wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_16 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** czy okreslone dane pozwalaja na stworzenie wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_17 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** czy okreslone dane pozwalaja na stworzenie wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_18 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** czy okreslone dane pozwalaja na stworzenie wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_19 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /** panel przechowujacy comboBox'y do ustalania atrybutow na osiach */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_20 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | //TODO: zrobic tak aby ta klasa miala tylko atrybuty zwiazane z GUI a nie
| line_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_21 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | // jakies tabele jak ponizej:
| line_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_22 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /**
* Konstruktor tworzy panel zarzadzajacy ustawianiem opcji,
* na podstawie ktorych generowane sa wykresy
* @throws IOException
* @throws HeaderFormatException
*
*/ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_23 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | //TODO: zrobic inny sposob dostawania sie do tabeli - nie przez parametr (jesli sie da)
| line_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_24 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* komponenty do wyboru typu wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_25 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* komponenty do wyboru atrybutow dla wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_26 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* komponenty do wyboru atrybutow dla wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_27 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* komponenty do wyboru atrybutow dla wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_28 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* ustalenie elementow wszystkich list wyboru dla wszystkich
* typow wykresow
*/ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_29 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* informacja o atrybucie decyzyjnym */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_30 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* ustawienie poczatkowe list wyboru dla wykresu num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_32 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* ustawienie poczatkowe list wyboru dla wykresu symb*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_34 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* ustawienie poczatkowe list wyboru dla wykresu num*num*symb */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_36 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* komponenty do zatwierdzania tworzenia wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_37 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* ogolny panel do wybierania atrybutow dla wykresow,
* zawierajacy panele dla kazdego typu wykresu i uaktualniajacy
* ten ktory akurat jest potrzebny
*/ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_38 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /**
* Obsluguje akcje wygenerowane przez liste wyboru typu wykresu
* lub przycisk zatwierdzania tworzenia wykresu
*
* @param e zdarzenie
*/ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_39 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* zostal wcisniety przycisk tworzenia wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31278_40 | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... | awojna/Rseslib | src/main/java/rseslib/qmak/UI/chart/GraphSetupPanel.java | 5,222 | /* zostal zmieniony typ wykresu */ | block_comment | pl | /*
* Copyright (C) 2002 - 2024 The Rseslib Contributors
*
* This file is part of Rseslib.
*
* Rseslib is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* ... |
31284_0 | import java.util.List;
/**
* Klasa reprezentująca pakiet
*
* Created by radoslawjarzynka on 11.10.2015.
*/
public class Packet {
/**
* Identyfikator
*/
private Integer id;
/**
* Trasa pakietu.
*/
private List<Node> route;
/**
* Time To Live pakietu.
*/
priv... | radoslaw-jarzynka/TOPT_project | src/Packet.java | 379 | /**
* Klasa reprezentująca pakiet
*
* Created by radoslawjarzynka on 11.10.2015.
*/ | block_comment | pl | import java.util.List;
/**
* Klasa reprezentująca pakiet <SUF>*/
public class Packet {
/**
* Identyfikator
*/
private Integer id;
/**
* Trasa pakietu.
*/
private List<Node> route;
/**
* Time To Live pakietu.
*/
private Integer ttl;
private Integer del... |
31284_4 | import java.util.List;
/**
* Klasa reprezentująca pakiet
*
* Created by radoslawjarzynka on 11.10.2015.
*/
public class Packet {
/**
* Identyfikator
*/
private Integer id;
/**
* Trasa pakietu.
*/
private List<Node> route;
/**
* Time To Live pakietu.
*/
priv... | radoslaw-jarzynka/TOPT_project | src/Packet.java | 379 | /**
* Liczba hopów, jakie wykonał pakiet
*/ | block_comment | pl | import java.util.List;
/**
* Klasa reprezentująca pakiet
*
* Created by radoslawjarzynka on 11.10.2015.
*/
public class Packet {
/**
* Identyfikator
*/
private Integer id;
/**
* Trasa pakietu.
*/
private List<Node> route;
/**
* Time To Live pakietu.
*/
priv... |
31288_0 | import java.util.ArrayList;
import java.util.Arrays;
public class RadixSort extends Sort {
private static final double LOG2 = Math.log(2);
private int temp[];
private ArrayList<Integer> tempSorted;
/**
* b - liczba bitów w słowie
* r - liczba bitów w "cyfrze"
* k - ilość wartości jakie... | mloncode/ggnn_graph_classification | program_data/github_java_program_data/27/394.java | 1,715 | /**
* b - liczba bitów w słowie
* r - liczba bitów w "cyfrze"
* k - ilość wartości jakie może przyjmować cyfra
* d - ilość cyfr w słowie
* n - ilość danych do posortowania
*/ | block_comment | pl | import java.util.ArrayList;
import java.util.Arrays;
public class RadixSort extends Sort {
private static final double LOG2 = Math.log(2);
private int temp[];
private ArrayList<Integer> tempSorted;
/**
* b - liczba <SUF>*/
private int b,r,k,d,n;
public RadixSort(boolean type, int size, ... |
31292_0 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Dostawca skrytek
*
*/ | block_comment | pl | /**
* Dostawca skrytek
<SUF>*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean ... |
31292_1 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Interfejs pojedynczej skrytki
*
*/ | block_comment | pl | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
<SUF>*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean isP... |
31292_2 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/ | block_comment | pl | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli <SUF>*/
public boolean isPresent();
/**
* Otwiera skrytkÄ i zwraca jej wartoĹÄ.
*
* @return wartoĹÄ zaw... |
31292_3 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Otwiera skrytkÄ i zwraca jej wartoĹÄ.
*
* @return wartoĹÄ zawartoĹci skrytki
*/ | block_comment | pl | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... |
31292_4 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Zwraca pojedynczÄ
skrytkÄ, brak skrytek sygnalizuje za pomocÄ
null. Metoda
* moĹźe byÄ wykonywana wspĂłĹbieĹźnie.
*
* @return obiekt skrytki
*/ | block_comment | pl | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... |
31292_5 | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... | Armillion/Exercises | Java/ParallelSearch/src/HidingPlaceSupplier.java | 454 | /**
* Liczba wÄ
tkĂłw, ktĂłre majÄ
obsĹugiwaÄ przeszukiwanie skrytek.
* WartoĹÄ jest staĹa dla danego obiektu.
*
* @return liczba wÄ
tkĂłw jakie majÄ
przeszukiwaÄ skrytki
*/ | block_comment | pl | /**
* Dostawca skrytek
*
*/
public interface HidingPlaceSupplier {
/**
* Interfejs pojedynczej skrytki
*
*/
public interface HidingPlace {
/**
* Zwraca true jeĹli skrytka coĹ zawiera. W przeciwnym wypadku false.
*
* @return czy skrytka posiada zawartoĹÄ
*/
public boolean i... |
31296_0 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //klasa przechowująca dane | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca <SUF>
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final stati... |
31296_1 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca <SUF>
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static int wiersze = 7;
//zmienna prze... |
31296_2 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca <SUF>
public final static int wiersze = 7;
//zmienna przec... |
31296_3 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //zmienna przechowywująca znaki, tworzące obrazki cyfr | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_4 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //metoda przekształcająca obrazki na cyfry | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_5 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //stworzenie macierzy składającej się z wierszy i kolumn obrazka | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_6 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //metoda przekształcająca cyfry na obrazki | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_7 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //zmienna przechowująca obrazki | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_8 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //zmienna przechowująca "wiersz" obrazka | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_9 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //jeśli cyfra w danym miejscu "ma piksel" to do wiersza dodawane jest 0, w przeciwnym wypadku pole jest puste | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_10 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //jeśli wielkość wiersza jest podzielna przez 5 i nie jest równa 0, | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31296_11 | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... | RebialkowskiHubert/SiecNeuronowa | Dane.java | 1,218 | //to obrazek[i/5] przypisuje się wartość wiersza, a następnie wiersz jest czyszczony | line_comment | pl | package application;
import org.neuroph.core.data.DataSetRow;
//klasa przechowująca dane
public class Dane
{
//zmienna przechowująca liczbę kolumn, jakie zajmuje jeden obrazek
public final static int kolumny = 5;
//zmienna przechowująca liczbę wierszy, jakie zajmuje jeden obrazek
public final static... |
31307_0 | /*
* Klasa będąca implementacją czynności wykonywanych przez rolę "login" w bazie.
* Tutaj powinny znajdować się wszystkie zapytania, jakie użytkownik o tym
* poziomie uprawnień może wykonać za pośrednictwem programu.
*/
package database;
import database.Session;
import objects.Account;
import java.sql.SQLExcepti... | Olamon/pizzaFAP | application/pizzaProject/src/database/LoginRole.java | 502 | /*
* Klasa będąca implementacją czynności wykonywanych przez rolę "login" w bazie.
* Tutaj powinny znajdować się wszystkie zapytania, jakie użytkownik o tym
* poziomie uprawnień może wykonać za pośrednictwem programu.
*/ | block_comment | pl | /*
* Klasa będąca implementacją <SUF>*/
package database;
import database.Session;
import objects.Account;
import java.sql.SQLException;
import java.sql.ResultSet;
import java.sql.PreparedStatement;
public class LoginRole {
public LoginRole() throws SQLException {
Session.setRole(Constants.PATH,
Constants... |
31308_0 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu <SUF>*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza w systemie.
*/
public int registerDisplay( i... |
31308_1 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza w systemie.
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w <SUF>*/
public int registerDisplay( int rows );
/**
* Tworzy grupe wyswietlaczy. Grupie nadawany jest unikalny identyfikator.
* @ret... |
31308_2 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Tworzy grupe wyswietlaczy. Grupie nadawany jest unikalny identyfikator.
* @return unikalny identyfikator grupy
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_3 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Dodaje wyswietlacz do grupy.
* @param displayID identyfikator wyswietlacza
* @param groupID identyfikator grupy, do ktorej wyswietlacza jest dodawany
* @return true - operacja zakonczona sukcesem, false - operacja nie mogla zostac wykonana ze wzgledu na
* dostarczenie blednych danych
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_4 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Usuwa grupe z systemu.
* @param groupID identyfikator usuwanej grupy
* @return true - operacja zakonczona sukcesem, false - blad na skutek blednych danych wejsciowych
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_5 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Odlacza wyswietlacz od systemu
* @param displayID identyfikator wyswietlacza odlaczanego od systemu
* @return true - operacja zakonczona sukcesem, false - blad na skutek blednych danych wejsciowych
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_6 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Przesyla jedna linike tekstu do wybranego wyswietlacza.
* @param displayID identyfikator wyswietlacza
* @param message przekazana wiadomosc
* @return true - operacja zakonczona sukcesem, false - blad na skutek blednych danych wejsciowych
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_7 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Przesyla jedna linijke tekstu do wszystkich wyswietlaczy w grupie
* @param groupID identyfikator grupy
* @param message przekazana wiadomosc
* @return true - operacja zakonczona sukcesem, false - blad na skutek blednych danych wejsciowych
*/ | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31308_8 | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... | tomekl007/uj_zadania | src/main/java/zad7/DisplaySystemInterface.java | 950 | /**
* Zwraca wiadomosci przeslane do wyswietlacza o danym identyfikatorze. Tablica
* nie moze byc dluzsza od ilosci wierszy wyswietlacza. Wiadomosci
* ulozone sa w tablicy wynikowej w kolejnosci ich naplywania: od najstarszych (u gory)
* do najnowszych (na dole).
* @param displayID - identyfikator wyswietlac... | block_comment | pl | package zad7;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza... |
31309_0 | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... | tomekl007/uj_zadania | src/main/java/zad8/DisplaySystemInterface.java | 949 | /**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/ | block_comment | pl | package zad8;
/**
* Interfejs obslugi systemu <SUF>*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza w systemie.
*/
public int registerDisplay... |
31309_1 | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... | tomekl007/uj_zadania | src/main/java/zad8/DisplaySystemInterface.java | 949 | /**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietlacza w systemie.
*/ | block_comment | pl | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w <SUF>*/
public int registerDisplay( int rows );
/**
* Tworzy grupe wyswietlaczy. Grupie nadawany jest unikalny identyfikator.
* @... |
31309_2 | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... | tomekl007/uj_zadania | src/main/java/zad8/DisplaySystemInterface.java | 949 | /**
* Tworzy grupe wyswietlaczy. Grupie nadawany jest unikalny identyfikator.
* @return unikalny identyfikator grupy
*/ | block_comment | pl | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... |
31309_3 | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... | tomekl007/uj_zadania | src/main/java/zad8/DisplaySystemInterface.java | 949 | /**
* Dodaje wyswietlacz do grupy.
* @param displayID identyfikator wyswietlacza
* @param groupID identyfikator grupy, do ktorej wyswietlacza jest dodawany
* @return true - operacja zakonczona sukcesem, false - operacja nie mogla zostac wykonana ze wzgledu na
* dostarczenie blednych danych
*/ | block_comment | pl | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... |
31309_4 | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... | tomekl007/uj_zadania | src/main/java/zad8/DisplaySystemInterface.java | 949 | /**
* Usuwa grupe z systemu.
* @param groupID identyfikator usuwanej grupy
* @return true - operacja zakonczona sukcesem, false - blad na skutek blednych danych wejsciowych
*/ | block_comment | pl | package zad8;
/**
* Interfejs obslugi systemu wyswietlaczy alfanumerycznych.
* @author oramus
*
*/
public interface DisplaySystemInterface {
/**
* Rejestruje wyswietlacz w systemie. Wyswietlacz uzyskuje unikalny identyfikator.
* @param rows liczba wierszy tekstu
* @return unikalny identyfikator wyswietla... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.